Created
March 5, 2018 07:56
-
-
Save DanielBerman/8348d97098dbea5d6a4fae6ee63af18b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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