Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF).
-{{ if strings.Contains $skip_uj_paths $k }} -{{ else }} - {{ range $kk, $vv := $v }} -+
Understand the basics
+ +Learn about Kubernetes and its fundamental concepts.
++
-
+
- What is Kubernetes? +
- Kubernetes components +
- The Kubernetes API +
- Understanding Kubernetes objects +
- Pod overview +
+ + +
Try Kubernetes
+ +Follow tutorials to learn how to deploy applications in Kubernetes.
++
-
+
- Hello Minikube +
- Walkthrough the basics +
- Stateless Example: PHP Guestbook with Redis +
- Stateful Example: Wordpress with Persistent Volumes +
+ +
Setup a cluster
+ +Get Kubernetes running based on your resources and needs.
++
-
+
- Hosted Solutions +
- Turnkey Cloud Solutions +
- On-Premises Solutions +
- Custom Solutions +
- Local Machine +
- Install the kubeadm setup tool +
+ +
Learn how to use Kubernetes
+ +Look up common tasks and how to perform them using a short sequence of steps.
++
-
+
- Install Minikube +
- Install kubectl +
- Use the Web UI Dashboard +
- Configure access to multiple clusters +
- Configure a Pod to use a ConfigMap +
+ +
Look up reference information
+ +Browse terminology, command line syntax, API resource types, and setup tool documentation.
++ +
+ +
Contribute to the docs
+ +Anyone can contribute, whether you’re new to the project or you’ve been around a long time.
++
-
+
- Start contributing +
- Documentation style guide +
- Translating the docs +
- Participate in SIG Docs +
- Intermediate contributing +
+ +
Download Kubernetes
+ +If you are installing Kubernetes or upgrading to the newest version, refer to the current release notes.
++ +
About the documentation
+ +This website contains documentation for the current and previous 4 versions of Kubernetes.
++ +
- Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. - The open source project is hosted by the Cloud Native Computing Foundation (CNCF). -
- --
-
-