Overview
Master the art of automating Kubernetes deployments by implementing GitOps – the set of practices that enable developers to carry out tasks that traditionally fell to operations personnel – with Flux CD.
This course will give you in-depth knowledge on how to implement Flux CD and GitOps practices to set up a Continuous Delivery pipeline on your Kubernetes environments, and provide a sense of operational control via git-based workflows like branching models and pull requests.
Skills Covered
- This course provides a foundational deep dive into GitOps principles and practices
- How to implement them using Flux CD.
- Flux CD uses a reconciliation approach to keep Kubernetes clusters in sync using Git repositories as the source of truth.
- This course helps you build essential Git and Kubernetes knowledge for a GitOps practitioner by setting up Flux v2 on an existing Kubernetes cluster
- Automating the deployment of Kubernetes manifests with Flux, and incorporating Kustomize and Helm to create customizable deployments.
- It teaches you to set up notifications and monitoring with Prometheus, Grafana and Slack, integrate Flux with Tekton-based workflows to set up CI/CD pipelines, build release strategies, including canary, A/B testing, and blue/green, deploying to multi-cluster and multi-tenant environments, integrate GitOps with service meshes such as Linkerd, and Istio, securing GitOps workflows with Flux, and much more.
Who Should Attend
This course is for:
- Software developers interested in learning how to deploy their cloud native applications using familiar GitHub-based workflows and GitOps practices
- Quality assurance engineers interested in setting up continuous delivery pipelines, and implementing canary analysis, A/B testing, etc. on Kubernetes
- Site reliability engineers interested in automating deployment workflows and setting up multi-tenant, multi-cluster GitOps-based Continuous Delivery workflows and incorporating them with existing Continuous Integration and monitoring setups
- Anyone looking to understand the landscape of GitOps and learn how to choose and implement the right tools.
Course Curriculum
Prerequisites
To make the most out of this course, you will need to have:
- Familiarity with Kubernetes (pods, ReplicaSets, deployments, services, namespaces, kubectl and YAML specs, CRDs, controllers/operators), Helm and Kustomize
- Familiarity with git (branching, merging, remotes, pull requests, branching models, protected branches, code reviews)
- Basic familiarity with Continuous Integration/Continuous Delivery (building pipelines, setting up automated builds, tests, building artifacts and images, etc.)