Skip to content

Instantly share code, notes, and snippets.

@DanielBerman
Created March 5, 2018 07:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielBerman/8348d97098dbea5d6a4fae6ee63af18b to your computer and use it in GitHub Desktop.
Save DanielBerman/8348d97098dbea5d6a4fae6ee63af18b to your computer and use it in GitHub Desktop.
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
kubectl get pods --namespace kube-system
kubectl port-forward kubernetes-dashboard-5569448c6d-jxbhv 8443:8443 --namespace=kube-system
git clone https://github.com/dockersamples/k8s-wordsmith-demo
cd k8s-wordsmith-demo
docker-compose build
kubectl apply -f kube-deployment.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment