|
|
|
|
|
by cominatchu
3912 days ago
|
|
I tried both Google Container Engine and Amazon EC2 Container Service recently for a docker deployment. Google was the clear winner: they have support for private registries (Amazon requires you to use a third party or set it all up yourself), Google gives you a preconfigured, Debian-based base image so you don't have to do any setup or maintenance (with keys already exchanged that allow login with the gcloud command, no work required), and Kubernetes itself (which Google Container Engine uses for orchestration) is really nice. Also Google cloud logging (currently free) just works out of the box with their container engine and streams your container's stdout to their logs. Kubernetes itself is open source so you always have the option to move on your own metal if your deployment grows to that size. Would highly recommend Google Container Engine. |
|