Kubernetes: Difference between revisions
| Line 5: | Line 5: | ||
[[File:Kubernetes2.JPG|400px]] | [[File:Kubernetes2.JPG|400px]] | ||
* Volumees are used to store data | * '''Cluster''' is a group of machines running Kubernetes | ||
* '''Master''' ss the system which contrals a cluster | |||
* '''Nodes''' are the machines in a cluster | |||
* '''Pods''' is a logical group of containers on a node. | |||
* '''Volumees''' are used to store data | |||