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: Cloud Native Continuous Delivery
82%

GitOps: Tools and Ecosystem

GitOps is still relatively young, but the ecosystem around it is growing fast compared to other practices in the software delivery space. Several tools already make it practical to adopt in production environments.

Here are some of the most popular options:

  • Flux – Flux continuously reconciles the desired state from Git with the actual state in your Kubernetes cluster. It supports Helm, Kustomize, and other deployment tools and is considered one of the most mature GitOps controllers.

  • Argo CD – Argo CD watches your Git repositories and keeps your cluster in sync automatically. It’s part of the Argo project and is widely used for visual, declarative GitOps workflows. We’ll explore it in detail later in this guide.

  • Jenkins X

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.