- GCP : https://cloud.google.com/container-engine/
- Kubernetes undeneath
- MS-Azure : https://azure.microsoft.com/en-us/services/container-service/
- Docker swarm
- DC/OS
- Kubenetes
- Amazon AWS : http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html
How to start with GKE?
- I assume you have a cloud.google.com account signed up with your gmail account, need credit card (but $300 credit) for 60 days
- https://cloud.google.com/container-engine/
- View My Console
- Remember to download "gcloud" https://cloud.google.com/sdk/docs/quickstart-mac-os-x
- My cluster is called "kubecluster-1"
- Once i have gcloud init and installed , set up the auth by gcloud auth list
- Sample kubectl command shows it works
NAME STATUS AGE
default Active 1h
kube-system Active 1h
voila, kube is up