website/docs/home/index.md

51 lines
2.9 KiB
Markdown
Raw Normal View History

2016-02-10 03:52:22 +00:00
---
2016-07-29 17:36:25 +00:00
assignees:
- bgrant0607
- thockin
2016-12-15 20:16:54 +00:00
title: Kubernetes Documentation
2016-02-10 03:52:22 +00:00
---
2017-04-28 18:11:34 +00:00
Kubernetes documentation can help you set up Kubernetes, learn about the system, or get your applications and workloads running on Kubernetes. To learn the basics of what Kubernetes is and how it works, read "[What is Kubernetes](/docs/concepts/overview/what-is-kubernetes/)".
2017-04-28 18:11:34 +00:00
## Interactive Tutorial
2017-04-28 18:11:34 +00:00
The [Kubernetes Basics interactive tutorial](/docs/tutorials/kubernetes-basics/) lets you try out Kubernetes right out of your web browser, using a virtual terminal. Learn about the Kubernetes system and deploy, expose, scale, and upgrade a containerized application in just a few minutes.
2017-04-28 18:11:34 +00:00
## Installing/Setting Up Kubernetes
2017-04-28 18:11:34 +00:00
[Picking the Right Solution](/docs/getting-started-guides/) can help you get a Kubernetes cluster up and running, either for local development, or on your cloud provider of choice.
2017-04-28 18:11:34 +00:00
Other/newer ways to set up a Kubernetes cluster include:
2017-04-28 18:11:34 +00:00
* [Minikube](/docs/getting-started-guides/minikube/): Install a single-node Kubernetes cluster on your local machine for development and testing.
* [Installing Kubernetes on AWS with kops](/docs/getting-started-guides/kops/): Bring up a complete Kubernetes cluster on Amazon Web Services, using a tool called `kops`.
* [Installing Kubernetes on Linux with kubeadm](/docs/getting-started-guides/kubeadm/) (Beta): Install a secure Kubernetes cluster on any pre-existing machines running Linux, using the built-in `kubeadm` tool.
* [Installing Kubernetes On-premises/Cloud Providers with Kubespray](/docs/getting-started-guides/kubespray/): Deploy a Kubernetes cluster on-premises baremetal or hosted on cloud providers, with Ansible and `kubespray` tools.
* [Installing Kubernetes on Ubuntu](/docs/getting-started-guides/ubuntu/): Deploy a Kubernetes cluster on-premises, baremetal, cloud providers, or localhost with Charms and `conjure-up`.
2017-04-28 18:11:34 +00:00
## Concepts, Tasks, and Tutorials
2017-04-28 18:11:34 +00:00
The Kubernetes documentation contains a number of resources to help you understand and work with Kubernetes.
2017-04-28 18:11:34 +00:00
* [Concepts](/docs/concepts/) provide a deep understanding of how Kubernetes works.
* [Tasks](/docs/tasks/) contain step-by-step instructions for common Kubernetes tasks.
* [Tutorials](/docs/tutorials/) contain detailed walkthroughs of the Kubernetes workflow.
2017-04-28 18:11:34 +00:00
## API and Command References
2017-04-28 18:11:34 +00:00
The [Reference](/docs/reference/) documentation provides complete information on the Kubernetes APIs and the `kubectl` command-line interface.
2017-04-13 00:44:28 +00:00
2017-04-28 18:11:34 +00:00
## Tools
2017-04-13 00:44:28 +00:00
2017-04-28 18:11:34 +00:00
The [Tools](/docs/tools/) page contains a list of native and third-party tools for Kubernetes.
2017-04-13 00:44:28 +00:00
## Troubleshooting
The [Troubleshooting](/docs/tasks/debug-application-cluster/troubleshooting) page outlines some resources for troubleshooting and finding help.
2017-04-28 18:11:34 +00:00
## Frequently Asked Questions
2017-04-13 00:44:28 +00:00
2017-04-28 18:11:34 +00:00
* [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ)
* [Debugging FAQ](https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ)
* [Services FAQ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ)