Technology Overview
Argo CD is a GitOps tool for deploying applications to Kubernetes. It works based on declarative configuration files that it pulls from Git. This means that everything we commit to a repository gets deployed to Kubernetes. All changes — what, when, and who made them — are clearly tracked in Git.
What You Will Learn
- Introduction to CD
- What is Argo CD
- Installation and configuration
- GitOps
- Plain Kubernetes manifests
- Helm packages
- Kustomize
- Jsonnet
- Rollbacks
- Best Practices
- User Management
Who Is This Training For
This training is designed for developers and DevOps engineers who want to automatically deploy to Kubernetes following GitOps principles.
Prerequisites
- Basic knowledge of Kubernetes
Technical Requirements
- Web browser
- Internet access