Kubernetes overview

Kubernetes enables in automating the deployment, operating the application containers across clusters and scaling of application. It possesses container-centric infrastructure. The following are the few features of Kubernetes:

  • It can run applications on Cloud.
  • It maintains consistency in system environment across development and testing.
  • There is a scope of predictable infrastructure, which is going to be created.
  • Each component is treated as a single unit.

For more information on Kubernetes, see https://kubernetes.io/docs/home/.