Skip to content

Instantly share code, notes, and snippets.

@makinuk
Last active May 17, 2020 20:42
Show Gist options
  • Save makinuk/02b08d40b64a2c4b77abbdd8b6f1da10 to your computer and use it in GitHub Desktop.
Save makinuk/02b08d40b64a2c4b77abbdd8b6f1da10 to your computer and use it in GitHub Desktop.
DigitalOcean Kubernetes

Cluster Access

% doctl kubernetes cluster kubeconfig save kube-test
Notice: adding cluster credentials to kubeconfig file found in "/Users/makin/.kube/config"
Notice: setting current-context to do-fra1-kube-test

Ingress installation

visit site

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.32.0/deploy/static/provider/do/deploy.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment