Skip to content
/ k8s-local Public

Demo repo setting up a k8s cluster and installing applications using ArgoCD

License

Notifications You must be signed in to change notification settings

kzap/k8s-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local KinD Kubernetes Setup w/ ArgoCD

This sets up a local Kubernetes cluster using KinD (Kubernetes in Docker) and installs ArgoCD and uses it to sync the following applications onto the cluster:

  • argocd (argocd syncs itself!)
  • nginx-ingress
  • cert-manager
  • linkerd

Getting Started

  • Make sure you have KinD installed:

    brew install kind
  • Create the KinD cluster from the config:

    kind create cluster --config ./kind/v1.25-config.yaml
  • Install ArgoCD using kustomize so it can fetch all the other applications

    kubectl kustomize --enable-helm argocd/bootstrap | kubectl apply -f -

About

Demo repo setting up a k8s cluster and installing applications using ArgoCD

Topics

Resources

License

Stars

Watchers

Forks

Languages