Feedback

Chat Icon

Cloud-Native Microservices With Kubernetes - 2nd Edition

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

GitOps: Example of a GitOps workflow using Argo CD
84%

Argo CD: Introduction

Argo CD is an open-source continuous deployment (CD) tool for Kubernetes built around GitOps principles. It enables developers to deploy applications to a cluster simply by pushing changes to a designated Git branch. That push acts as the trigger for Argo CD’s reconciliation loop, which updates Kubernetes resources to match what’s declared in the repository.

It organizes deployment around key ideas such as applications

Cloud-Native Microservices With Kubernetes - 2nd Edition

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Enroll now to unlock all content and receive all future updates for free.