This document gets you up and communicating with the k8s cluster quickly, as such it's light on details.
Download the cluster config file from https://cloud.digitalocean.com/kubernetes/clusters/490ad197-959c-4024-945b-547fc99415ef?i=5289ac to $HOME/.kube/config
Use: https://argocd.do.metacpan.org/ with your github account
Or:
- Install k9s
- Run
k9s
from the command line - Browse the cluster
- Install kubectl
- Use the
kubectl apply -k <directory path>
( e.g.kubectl apply -k apps/web/argo
) command to deploy an application to a cluster. Use the appropriate directory structure to deploy the application to the intended environment.
- Run
k9s
- Find container
- Click
s
to get a shell!
Connect, as above
NOTE: you can use killall5
which will kill off the container and then if imagePullPolicy: Always
is set it will pull the image and start a new container from there.