Kubernetes: Difference between revisions

From Wiki RB4
Line 7: Line 7:
* '''Cluster''' is a group of machines running Kubernetes
* '''Cluster''' is a group of machines running Kubernetes
* '''Master''' ss the system which contrals a cluster
* '''Master''' ss the system which contrals a cluster
* '''Nodes''' are the machines in a cluster
* '''Nodes''' are the machines in a cluster. Each node has a container runtime such as [[Docker|Docker]].
* '''Pods''' is a logical group of containers on a node.
* '''Pods''' is a logical group of containers on a node.
* '''Volumees''' are used to store data
* '''Volumees''' are used to store data

Revision as of 15:05, 12 January 2022

Concepts

  • Cluster is a group of machines running Kubernetes
  • Master ss the system which contrals a cluster
  • Nodes are the machines in a cluster. Each node has a container runtime such as Docker.
  • Pods is a logical group of containers on a node.
  • Volumees are used to store data