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

18 lines
664 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
2018-10-19 12:53:51 +00:00
title: kubernetes
2018-10-12 19:37:13 +00:00
---
<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100">
2018-10-12 19:37:13 +00: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>"
### 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 12:53:51 +00:00
2018-10-12 19:37:13 +00:00
### Sources:
* The Kubernetes Authors, 2017, kubernetes.io. Accessed 27 Oct. 2017.