-
Ensure that you have an SSH client installed on your machine. If you are running on linux or macOS, you probably already have it installed. If you're running on Windows, see this link.
-
SSH into the remote host using the credentials given to you. This host has
kubectl
andhelm
preinstalled for your convenience.ssh user-${N}@ip.add.re.ss
-
Run
kubectl get nodes
to make sure everything works as expected.
-
Setup GoCD using the helm chart:
helm install --name gocd --namespace gocd stable/gocd