Outline:
I. Kubernetes presentation, origin of the project
What is Kubernetes?
- The name Kubernetes originates from Greek, meaning helmsman or pilot.
- Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation
Image: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.svg
Origin of the project?
- Kubernetes often called as K8S:
- K8s as an abbreviation results from counting the eight letters between the "K" and the "s".
- In 2014, Google open-sourced the Kubernetes project
- Kubernetes combines over 15 years of Google's experience running production workloads at scale with best-of-breed ideas and practices from the community
Google logo: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/552px-Google_2015_logo.svg.png
References
II. Features: automated deployment and maintenance of containerized applications