Kubernetes

return to the Linux Foundation

Note: The following is an excerpt from the official Kubernetes (K8) home page. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference.

Table 1: Data sheet for Linux Kubernetes
Title Kubernetes
Acronym K8s
Version v1.18
Operating Systems Darwin, Linux, Windows
Downloads https://kubernetes.io/docs/setup/release/notes/#downloads-for-v1180
Repository https://github.com/kubernetes/kubernetes
Supported Languages
License Apache License 2.0
Reference https://kubernetes.io/docs/reference/

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community

It is based on the principles of:

Kubernetes features: