Last active
August 29, 2015 14:26
-
-
Save majest/f4f08d70bbcc17ac0aac to your computer and use it in GitHub Desktop.
Kubernetes on AWS + CoreOS
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
ami-50f4b927 - AMI for EU Ireland | |
Master : https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/coreos/cloud-configs/master.yaml | |
Node: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/coreos/cloud-configs/node.yaml | |
ssh core@ip | |
kubectl run nginx --image=nginx | |
kubectl expose pod nginx-m7qjn --port=80 --public-ip="10.0.1.183" | |
#adds kube-ui | |
kubectl create -f cluster/addons/kube-ui | |
kubectl get services --all-namespaces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment