Skip to content

Understand What is Kubernetes

A warm Hello to all the readers!

I have been learning Kubernetes and would like to pen down my knowledge. Will begin to explain what exactly is Kubernetes, what’s the purpose.

What is Kubernetes?

Kubernetes is an open source platform to manage containers. It is a framework to run distributed systems resiliently. It performs following functions:

  • Does load balancing
  • Auto mount and manage storage
  • Auto creation and removal of containers for deployments
  • Auto restart container if it goes down

It is a plain orchestration system that performs defined tasks in order 1->2->3.