Category: Database, Data, Kubernetes, Docker

Kubernetes is a software that allows us to deploy, manage and scale applications. The applications will be packed in containers and kubernetes groups them into units.

Its use case is for larger apps that might have to scale up and down quickly.

A K8s Cluster consists of a Cluster Master and Worker Nodes.Worker Node — A Worker Nodeisalso referred to as a Node for short.

A Volume is a component of a Pod, and is not independent of it.

Related Articles