UsefulLinks
Computer Science
DevOps and SRE
DevOps
1. Introduction to DevOps
2. DevOps Culture and Organizational Change
3. Foundational Frameworks and Methodologies
4. Version Control and Source Code Management
5. Continuous Integration
6. Continuous Delivery and Deployment
7. Infrastructure as Code
8. Containerization
9. Container Orchestration
10. Monitoring and Observability
11. Cloud Computing and DevOps
12. Security in DevOps (DevSecOps)
13. Advanced DevOps Practices
14. DevOps Metrics and Measurement
15. DevOps Transformation and Adoption
6.
Continuous Delivery and Deployment
6.1.
CD Fundamentals
6.1.1.
Continuous Delivery vs Continuous Deployment
6.1.1.1.
Manual Release Gates
6.1.1.2.
Automated Production Deployment
6.1.1.3.
Business Considerations
6.1.2.
Deployment Pipeline Design
6.1.2.1.
Pipeline Stages
6.1.2.2.
Quality Gates
6.1.2.3.
Approval Processes
6.1.2.4.
Rollback Mechanisms
6.2.
Release Management
6.2.1.
Release Planning
6.2.1.1.
Release Scheduling
6.2.1.2.
Feature Coordination
6.2.1.3.
Risk Assessment
6.2.2.
Release Strategies
6.2.2.1.
Blue-Green Deployment
6.2.2.2.
Canary Releases
6.2.2.3.
Rolling Deployments
6.2.2.4.
A/B Testing
6.2.2.5.
Feature Toggles
6.2.3.
Release Automation
6.2.3.1.
Deployment Scripts
6.2.3.2.
Environment Promotion
6.2.3.3.
Configuration Management
6.3.
Environment Management
6.3.1.
Environment Types
6.3.1.1.
Development Environments
6.3.1.2.
Testing Environments
6.3.1.3.
Staging Environments
6.3.1.4.
Production Environments
6.3.2.
Environment Consistency
6.3.2.1.
Configuration as Code
6.3.2.2.
Environment Parity
6.3.2.3.
Data Management
6.3.3.
Environment Provisioning
6.3.3.1.
Infrastructure as Code
6.3.3.2.
Container-Based Environments
6.3.3.3.
Cloud Environment Management
6.4.
Artifact Management
6.4.1.
Artifact Repositories
6.4.1.1.
Binary Storage
6.4.1.2.
Version Management
6.4.1.3.
Access Control
6.4.2.
Package Management
6.4.2.1.
Language-Specific Packages
6.4.2.2.
Container Images
6.4.2.3.
Infrastructure Packages
6.4.3.
Artifact Security
6.4.3.1.
Vulnerability Scanning
6.4.3.2.
Digital Signatures
6.4.3.3.
Access Auditing
Previous
5. Continuous Integration
Go to top
Next
7. Infrastructure as Code