website/docs/home/index.md

2.8 KiB

assignees title redirect_from
bgrant0607
thockin
Kubernetes Documentation
/docs/
/docs/index.html
/docs/user-guide/
/docs/user-guide/index.html

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".

Interactive Tutorial

The Kubernetes Basics interactive tutorial 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.

Installing/Setting Up Kubernetes

Picking the Right Solution can help you get a Kubernetes cluster up and running, either for local development, or on your cloud provider of choice.

Other/newer ways to set up a Kubernetes cluster include:

Concepts, Tasks, and Tutorials

The Kubernetes documentation contains a number of resources to help you understand and work with Kubernetes.

  • Concepts provide a deep understanding of how Kubernetes works.
  • Tasks contain step-by-step instructions for common Kubernetes tasks.
  • Tutorials contain detailed walkthroughs of the Kubernetes workflow.

API and Command References

The Reference documentation provides complete information on the Kubernetes APIs and the kubectl command-line interface.

Tools

The Tools page contains a list of native and third-party tools for Kubernetes.

Troubleshooting

The Troubleshooting page outlines some resources for troubleshooting and finding help.

Frequently Asked Questions