Continuous Delivery With Argo

Using an orchestration orchestrator

Randal Kamradt Sr
Level Up Coding
Published in
4 min readApr 21, 2021

--

Conductor Andrea Vitello
Image by artesitalia from Pixabay

In my previous article Running Java Microservices in Kubernetes, I created a set of deployment files for some example microservices that I created. Today I’m going to automate deploying them using ArgoCD. Argo will take a directory filled with deployment files and not only deploy them but give you some visibility into them.

--

--