From d4dca09b126c9c9f12c1dd6effe145f95eef4b14 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 28 Apr 2017 11:11:34 -0700 Subject: [PATCH] Cleanup Home landing page --- docs/home/index.md | 52 ++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 29 deletions(-) diff --git a/docs/home/index.md b/docs/home/index.md index b3b475679b..d64c65f750 100644 --- a/docs/home/index.md +++ b/docs/home/index.md @@ -10,47 +10,41 @@ redirect_from: - "/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".

+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/)". -

Interactive Tutorial

+## 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.

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

Installing/Setting Up Kubernetes

+## 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.

+[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. -

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

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

Guides, Tutorials, Tasks, and Concepts

+* [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-premise/Cloud Providers with Kargo](/docs/getting-started-guides/kargo/): Deploy a Kubernetes cluster on-premise baremetal or hosted on cloud providers, with Ansible and `kargo` tools. -

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

- +## Concepts, Tasks, and Tutorials -

API and Command References

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

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

+* [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. -

Tools

+## API and Command References -

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

+The [Reference](/docs/reference/) documentation provides complete information on the Kubernetes APIs and the `kubectl` command-line interface. -

Frequently Asked Questions

- -* User FAQ -* Debugging FAQ -* Services FAQ +## Tools +The [Tools](/docs/tools/) page contains a list of native and third-party tools for Kubernetes. +## Frequently Asked Questions +* [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)