This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:linuxf:kubernetes [2020/05/22 15:44] char |
dido:public:ra:xapend:xapend.b_stds:defact:linuxf:kubernetes [2021/11/09 15:41] (current) char ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Linux Kubernetes ===== | + | ===== Kubernetes ===== |
| - | [[dido:public:ra:xapend.stds:defact:linuxf| return to the Linux Foundation ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:linuxf:start| return to the Linux Foundation ]] |
| - | **Note**: The following is an excerpt from the official [[https://kubernetes.io/ | Linux Kubernetes (K8) home page]]. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. | + | **Note**: The following is an excerpt from the official [[https://kubernetes.io/ | 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> | <table> | ||
| Line 13: | Line 13: | ||
| | Repository | [[https://github.com/kubernetes/kubernetes]] | | | Repository | [[https://github.com/kubernetes/kubernetes]] | | ||
| | Supported Languages | | | | Supported Languages | | | ||
| - | | License | LLLLL | | + | | License | Apache License 2.0 | |
| | Reference | [[https://kubernetes.io/docs/reference/]] | | | Reference | [[https://kubernetes.io/docs/reference/]] | | ||
| </table> | </table> | ||
| - | //**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// | + | //**Kubernetes (K8s)** is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] into logical units for easy management and [[dido:public:ra:xapend:xapend.a_glossary:d:discovery|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: | It is based on the principles of: | ||
| Line 34: | Line 34: | ||
| * **[[https://kubernetes.io/docs/concepts/services-networking/dual-stack/|IPv4/IPv6 dual-stack]]**: Allocate of IPv4 and IPv6 addresses to Pods and Services | * **[[https://kubernetes.io/docs/concepts/services-networking/dual-stack/|IPv4/IPv6 dual-stack]]**: Allocate of IPv4 and IPv6 addresses to Pods and Services | ||
| * **[[https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/|Horizontal scaling]]**: Scale applications with simple CLI and/or UI or in automatically in response to CPU usage. | * **[[https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/|Horizontal scaling]]**: Scale applications with simple CLI and/or UI or in automatically in response to CPU usage. | ||
| - | |||
| - | |||