/solo-poc-base-gitops

argocd app collection of base components for solo POCs

Primary LanguageShell

solo-poc-base-gitops

argocd app collection of base components for solo POCs

Prerequisites

  • Kubernetes clusters up and authenticated to kubectl
  • argocd

kubectl contexts

Since we will potentially be using multiple clusters/contexts, it is useful to rename your contexts for a better experience

kubectl config get-contexts
kubectl config rename-contexts <current_name> <new_name>
export CONTEXT=<new_name>

Table of Contents