Skip to content

ohlen1/k8s-argo-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-argo-bootstrap

This is an example of a way to setup basic services in a typical Kubernetes cluster using ArgoCD, using the app of apps pattern. In this case it will create an Argo app named bootstrap-app, that in turn sets up Argo apps for the following services from official Helm repos:

Install

Up and running in notime!

Assuming you have a Kubernetes cluster up and running, follow the below steps. If not you can easily spin up a local Kind cluster for testing in less than 5 minutes. See here on how to.

  1. Install ArgoCD:

    kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  2. Install the bootstrap-app:

    kubectl apply -f bootstrap-app.yaml -n argocd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published