Posts

Showing posts with the label management

Toward better node management with Kubernetes and Google Container Engine

Image
Toward better node management with Kubernetes and Google Container Engine By Maisem Ali, Software Engineer Using our Google Container Engine managed service is a great way to run a Kubernetes cluster with a minimum of management overhead. Now, we�re making it even easier to manage Kubernetes clusters running in Container Engine, with significant improvements to upgrading and maintaining your nodes. Automated Node Management In the past, while we made it easy to spin up a cluster, keeping nodes up-to-date and healthy were still the user�s responsibility. To ensure your cluster was in a healthy, current state, you needed to track Kubernetes releases, set up your own tooling and alerting to watch nodes that drifted into an unhealthy node, and then develop a process for repairing that node. While we take care of keeping the master healthy, with the nodes that make up a cluster (particularly large ones), this could be a significant amount of work. Our goal is to provide an end-to-end...