Automate Kubernetes Releases With ArgoCD
Michael Guay walks through setting up continuous delivery for a Kubernetes cluster using ArgoCD, from an AWS deployment through to a pipeline that updates container images and ships new application versions on its own.
What You Will Set Up
- Deployment of a Kubernetes cluster on AWS
- Automatic updates of container images as new versions are built
- A fully automated delivery pipeline that removes manual steps from releasing your application