Kubernetes

251

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

  1. The name Kubernetes originates from Greek, meaning helmsman or pilot.
  2. K8s as an abbreviation results from counting the eight letters between the “K” and the “s”.
  3. Google open-sourced the Kubernetes project in 2014.
  4. Kubernetes provides you with a framework to run distributed systems resiliently. It takes care of scaling and failover for your application, and provides deployment patterns.
  5. Kubernetes is a portable, extensible, open-source platform.
  6. Kubernetes has a large, rapidly growing ecosystem.

Reference:

[Shout-out to: https://kubernetes.io/]