Skip to Content
GitOps and Kubernetes
book

GitOps and Kubernetes

by Todd Ekenstam, Billy Yuen, Jesse Suen, Alex Matyushentsev
April 2021
Intermediate to advanced
344 pages
9h 29m
English
Manning Publications
Content preview from GitOps and Kubernetes

appendix B. Setting up GitOps tools

This appendix will go over step-by-step instructions to set up the tools required for the tutorials in part 3.

B.1 Installing Argo CD

Argo CD supports several installation methods. You might use the official Kustomize-based installation, the community-maintained Helm chart,1 or even the Argo CD operator2 to manage your Argo CD deployments. The simplest possible installation method requires using only a single YAML file. Go ahead and use the following commands to install Argo CD into your minikube cluster:

$ kubectl create namespace argocd
$ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

This command installs all Argo CD components with the default ...

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

GitOps and Kubernetes: An overview

GitOps and Kubernetes: An overview

Billy Yuen
Core Kubernetes

Core Kubernetes

Jay Vyas, Christopher Love
Kubernetes Operators

Kubernetes Operators

Jason Dobies, Joshua Wood
Kubernetes: Up and Running, 2nd Edition

Kubernetes: Up and Running, 2nd Edition

Brendan Burns, Joe Beda, Kelsey Hightower

Publisher Resources

ISBN: 9781617297274Supplemental ContentPublisher SupportOtherPublisher WebsiteSupplemental ContentPurchase Link