-
Tech should learn
-
AWS(Draft)
-
DevOps Essentials
- DevOps Essentials
- 1. What DevOps really is
- 2. Life before DevOps
- 3. DevOps SDLC.
- 4. DevOps principles
- 6. DevOps Metrics
- 7. DevOps Leadership - People & Change leadership
- 8. Designing a DevOps transformation strategy.
- 9. DevSecOps - Security Embedded into DevOps
- 10. Site Reliability Engineering (SRE).
-
DevSecOps Essentials(Draft)
-
CI/CD
-
Docker
- Docker Mastery
- 1. The Compute Evolution Physical vs. Virtual vs. Containerization
- 2. Docker Internals
- 3. Docker Image Engineering
- 4. Registries and The Secure Supply Chain
- 5. Multi-Container Orchestration - Docker Compose
- 6. Docker Networking: The Connectivity Matrix
- 7. Docker Storage: The Persistence Layer
- 8. Docker Observability: The Eyes and Ears of Your Microservices
- 9. Hardening Security for Containers
- Writing Dockerfile
- Docker Commands
-
Kubernetes (Draft)
-
- Kubernetes ConfigMaps for Decoupling Configuration
- Kubernetes Secrets for Decoupling Configuration
- Kubernetes Downward API for Decoupling Configuration
- Kubernetes Volumes
- Kubernetes PV & PVC
- Kubernetes StorageClasses
- Kubernetes Volume Snapshots
- Kubernetes Volume Expansion using PVC and StorageClass
- Kubernetes Secrets Management at Scale
-
AWS Elastic Kubernetes Service
-
Programming
-
Python
Road Map to Become Cloud, DevOps, DevSecOps Architect
This roadmap guides you through the complete journey of becoming a Cloud Engineer, DevOps Engineer, and DevSecOps Architect.
Networking Basics
The foundation of your journey begins with understanding the physical and logical components of a network.
Linux Basics
Once you understand the network, you’ll need to master the operating system that powers much of the internet. This image shows a Linux terminal, with the router from the previous step in the background.
Cloud (AWS/Azure/GCP)
The next logical step is to move your infrastructure from on-premises to the cloud. This image depicts the major cloud providers with your Linux system from the previous step connected to it.
DevOps
With cloud infrastructure in place, you’ll implement DevOps practices to streamline software delivery. This image shows a CI/CD pipeline diagram with the cloud from the previous step in the background.
DevSecOps = DevOps + Security
Security is paramount. This image integrates a security shield and padlock into the DevOps pipeline, representing the transition to DevSecOps.
Tools stack
- Git
- CI/CD Tools
- Jenkins
- GitHub Actions
- Docker
Programming: Python (Preferably)
Finally, you’ll use programming, particularly Python, to automate the entire process. This image shows Python code being written, with the DevSecOps pipeline from the previous step in the background.
