Use Digital Ocean
This section contains how-tos for doing things regarding Digital Ocean platform tools and infrastructure
Installing and configuring `doctl`
Refer to the official guide
Verifying that `doctl` is correctly configured
doctl account get
Getting Kubernetes credentials
Retrieve the available Kubernetes clusters
doctl k8s cluster list
Identify the cluster of interest and copy it's ID, we refer to this as ${ID}
in the following command. Retrieve and save the connection configuration in your ~/.kube/config
file
doctl k8s cluster kubeconfig save ${ID}
Last updated
Was this helpful?