Skip to Content
Azure Arc Enabled Kubernetes for Multicloud
book

Azure Arc Enabled Kubernetes for Multicloud

by Steve Buchanan
February 2021
Intermediate to advanced
33 pages
42m
English
O'Reilly Media, Inc.
Content preview from Azure Arc Enabled Kubernetes for Multicloud

Chapter 3. GitOps: Git as the Source of Truth

In this chapter, we’ll focus on GitOps, a critical part of Azure Arc enabled Kubernetes. GitOps may be a new concept, so we’ll take time to define and unpack what it is, how it works, and how you use it with Azure Arc enabled Kubernetes.

What Is GitOps?

GitOps is a term coined by Weaveworks in an August 2017 blog post. It’s an operating model pattern for cloud-native applications storing application and declarative infrastructure code in Git as the source of truth. It’s used for automated continuous delivery. Weaveworks used the GitOps operating model pattern with their Kubernetes environments.

Within Git, there is code that describes the state of your system, including apps, config, dashboards, monitoring, etc. Within GitOps, there is also software (an operator) that ensures that the state of your cloud-native live environments matches the desired state described in Git. At the time of this writing, the majority of operators, such as Flux and ArgoCD, are designed for use with Kubernetes; GitOps is not limited to Kubernetes, however. For example, there is a Terraform GitOps framework called Kubestack. The Git repository you plan to use with a Flux or ArgoCD operator can contain Kubernetes manifests in YAML format. These manifests should describe valid Kubernetes objects, such as namespaces, ConfigMaps, Secrets, Deployments, Pods, Services, Ingress, DaemonSets, and so on. The Git repository can also contain Helm Charts for applications ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Azure Arc-Enabled Kubernetes and Servers: Extending Hyperscale Cloud Management to Your Datacenter

Azure Arc-Enabled Kubernetes and Servers: Extending Hyperscale Cloud Management to Your Datacenter

Steve Buchanan, John Joyner
Hybrid Cloud Apps with OpenShift and Kubernetes

Hybrid Cloud Apps with OpenShift and Kubernetes

Michael Elder, Jake Kitchener, Dr. Brad Topol

Publisher Resources

ISBN: 9781098102647