From the course: GitOps Foundations
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Tools for GitOps - Git Tutorial
From the course: GitOps Foundations
Tools for GitOps
- [Presenter] Using GitOps to deliver Cloud Native applications requires a tool set that supports a high degree of automation and interoperability. Within that tool set, some tools have emerged specifically with GitOps in mind. Others were around prior to GitOps and just happened to fit well with the new approach. Let's start by looking at some of the preexisting tools that compliment GitOps. As the name implies GitOps is centered around using Git. So it's no surprise, you'll need a source control management system like GitHub. GitHub is used to store your repositories and it provides management features like security and pull requests that are not found in vanilla Git. A build server is another tool you'll need forget GitOps. It handles the continuous integration piece of the workflow by assembling testing and then packaging software into a container image. In a GitOps workflow, a build servers main purpose is to create…
Contents
-
-
-
-
-
-
(Locked)
Tools for GitOps3m 43s
-
(Locked)
Terraform overview3m 34s
-
(Locked)
Provisioning Kubernetes clusters with Terraform6m 8s
-
(Locked)
Flux overview2m 39s
-
(Locked)
Bootstrapping Flux in Kubernetes5m 27s
-
Flux controllers3m 52s
-
(Locked)
Continuous delivery with Flux5m 43s
-
(Locked)
Flagger overview2m 13s
-
(Locked)
Installing Flagger with Helm4m 2s
-
(Locked)
Progressive deliver with Flagger9m 16s
-
(Locked)
-