Skip to content

Instantly share code, notes, and snippets.

@majest
Last active August 29, 2015 14:26
Show Gist options
  • Save majest/f4f08d70bbcc17ac0aac to your computer and use it in GitHub Desktop.
Save majest/f4f08d70bbcc17ac0aac to your computer and use it in GitHub Desktop.
Kubernetes on AWS + CoreOS
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