Difference between revisions of "Kubernetes"

From air
Jump to navigation Jump to search
 
Line 2: Line 2:
   
 
''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.''
 
''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.''
  +
  +
Tutorial : http://kubernetes.io/docs/hellonode/
  +
   
   

Latest revision as of 19:27, 18 June 2016

http://kubernetes.io/

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.

Tutorial : http://kubernetes.io/docs/hellonode/


Voir Apache Mesos