* The [User's guide](/{{page.version}}/docs/user-guide/) is for anyone who wants to run programs and services on an existing Kubernetes cluster. * The [Cluster Admin's guide](/{{page.version}}/docs/admin/) is for anyone setting up a Kubernetes cluster or administering it. * The [Developer guide](/{{page.version}}/docs/devel/) is for anyone wanting to write programs that access the Kubernetes API, write plugins or extensions, or modify the core code of Kubernetes. * The [Kubectl Command Line Interface](/{{page.version}}/docs/user-guide/kubectl/kubectl) is a detailed reference on the `kubectl` CLI. * The [API object documentation](http://kubernetes.io/third_party/swagger-ui/) is a detailed description of all fields found in core API objects. * An overview of the [Design of Kubernetes](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/) * There are example files and walkthroughs in the [examples](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples) folder. * If something went wrong, see the [troubleshooting](/{{page.version}}/docs/troubleshooting) document for how to debug. You should also check the [known issues](/{{page.version}}/docs/user-guide/known-issues) for the release you're using. * To report a security issue, see [Reporting a Security Issue](/{{page.version}}/docs/reporting-security-issues).