This DevOps CI/CD Pipeline course will equip students with essential Git skills, allowing them to securely push code to a remote Git repository. Next, students will learn how to configure servers using a Configuration Management tool from code stored in Git. Finally, they integrate Git and Configuration Management with a CI/CD tool to build, test, and deploy their code into Test, Staging, and Production environments, creating an automated end-to-end DevOps pipeline
1 Month (40 Hours)
Basics of programming languages
- To understand the fundamentals of Git in order to effectively share, collaborate, backup, and version any code.
- Use Configuration Management to spin up dozens, hundreds, or even thousands of servers and get exactly what is desired from each one, every time.
- Apply Continuous Integration/Continuous Deployment to automatically download code and test it, and then make code approval requests from the larger dev team to be delivered to the end location.
- Technology overview
- Source control management
- Configuration Management
- CI/CD