课程: GitOps Foundations

今天就学习课程吧!

今天就开通帐号,24,600 门业界名师课程任您挑!

CICD with GitOps

CICD with GitOps

- [Instructor] Continuous integration and continuous deployment, are important practices related to GitOps. However, with GitOps, they may look a little bit different than you accustom to. A common pattern used by organizations, as part of their DevOps practices, is referred to as CIOps. Let's take a closer look at this pattern. Then we'll compare how GitOps changes the approach. It starts when a change is made to the application source code in the repository. This triggers the build system. Next, the CI pipeline builds the software, executes test against it, and then packages it into a container image that's stored within a container registry. Once the CI pipeline finishes its work, it triggers the CD pipeline, which has permissions to make calls directly against the Kubernetes API. This is where the security concern comes into play with this approach. We'll talk about that in a second. Once the cluster state…

内容