About the course
GitOps is a framework where the entire code delivery process is controlled via Git and can fully manage infrastructure and application definition’s as code.
It can be considered an extension of Infrastructure as Code (IaC). The fundamental concept is to use Git commits and pull requests to approve changes while managing resources on Kubernetes. GitOps is not limited to Kubernetes. In principle, GitOps can manage any infrastructure defined as code.
In this course, we will look into GitOps and ArgoCD. ArgoCD is a declarative GitOps tool designed for Kubernetes application deployment.
ArgoCD is one of the world’s most popular open-source GitOps tools today, and it automates the deployment of the desired applications in the specified Kubernetes target environments.
This course is for aspiring learners looking to integrate ArgoCD and GitOps principles within their CICD pipelines.
What you will learn in this course:
- GitOps Methodology
- DevOps vs GitOps Deployment Models.
- What/Why/How ArgoCD?
- ArgoCD Concepts, Features, Terminology.
- Detailed ArgoCD Architecture & Core Components.
- Reconciliation Loop Options.
- Custom Application Health Checks.
- Synchronization Strategies.
- Imperative vs declarative approach.
- User Management with RBAC.
- Secret management using HashiCorp Vault & Sealed Secrets.
- SSO with Okta.
- Metrics with Prometheus, Grafana & Alertmanager.
- Custom Slack Notification.
We will discuss each concept with a demo followed by practical hands-on exercises, provide simple scripts to set up your Kubernetes cluster, and have a GitHub repository with various code snippets throughout this course.