Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Premium Cloud Technology
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Premium Cloud Technology

GIANT_CRABGIANT_CRAB Member
edited October 2015 in General

Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. Using the concepts of "labels" and "pods", it groups the containers which make up an application into logical units for easy management and discovery.


TD:DR version - Pool of nodes powering a single container.

This is currently utilized by Red Hat's Openshift and some other companies. Excellent.

Read more: http://kubernetes.io/

Comments

Sign In or Register to comment.