This blog moved to medium->https://medium.com/@cocoamaemae

Thursday, November 8, 2018

Kubernetes words

Kubernetes words


Node
Virtual machine or physical server.

Cluster
It means at least one master node and one node server.

Pod
It means a group of containers more than one. Minimum unit which is enable to deploy

Service
It means aggregation of multiple pods.


No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...