Operations: The chime-live
Cluster
Connecting with kubectl
- Install kubectl
- Install Krew:
-
kubectl krew install konfig
Obtain
chime-live-kubeconfig.yaml
file from Code for Philly ops team- This file contains connection details and credentials for managing the cluster, treat its contents as top-secret!
Merge
chime-live-kubeconfig.yaml
into your local configuration:kubectl konfig import --save ~/Downloads/chime-live-kubeconfig.yaml
Switch to
lke_chime-live
context:kubectl config use-context lke_chime-live
Verify connection:
kubectl get pod --all-namespaces