Files
freeCodeCamp/guide/english/developer-tools/kubernetes/index.md

20 lines
847 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
2019-03-05 05:53:14 +05:30
title: Kubernetes
2018-10-12 15:37:13 -04:00
---
<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100">
2018-10-12 15:37:13 -04:00
# Kubernetes
"Kubernetes 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.<sup>1</sup>"
Kubernetes was orginally designed by Google Engineers and v1.0 was released on July 21, 2015. It is now maintained by the [Cloud Native Computing Foundation](https://www.cncf.io/).
2018-10-12 15:37:13 -04:00
### Links:
* [Kubernetes on GitHub](https://github.com/kubernetes/kubernetes)
* [Kubernetes website](https://kubernetes.io)
* [Kubernetes tutorial](https://kubernetes.io/docs/tutorials/kubernetes-basics/)
2018-10-19 13:53:51 +01:00
2018-10-12 15:37:13 -04:00
### Sources:
* The Kubernetes Authors, 2017, kubernetes.io. Accessed 27 Oct. 2017.