Reputation: 9450
I have a little bit of an idea about their differences, but it would be great to have expert opinions.
Thanks in advance :)
Upvotes: 1
Views: 368
Reputation: 8393
Google Container Engine is a kubernetes backed cluster manager. It makes managing simple or complex docker based applications easy. Easy in the form of configuration, updating and scaling.
The container optimized compute engine images allows you to run docker containers on a single node. Note, you can create your own containerized cluster with this image if you wish, but if you're going down this path you should really reconsider container engine.
It's worth noting that the container optimized image also has aspects of kubernete's in the form of a kubelet.
Upvotes: 5