mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Move namespace.md and examples dir from docs/user-guide to docs/admin. Assumption is that creating and deleting namespaces is an "admin" task. Add a mostly new user-guide to namespaces that gives more advice on when to use namespaces, and how to work within them, but not how to create/delete them. It is more succinct than before.
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/docs/admin/README.md).Documentation for other releases can be found at releases.k8s.io.
Kubernetes Cluster Admin Guide
The cluster admin guide is for anyone creating or administering a Kubernetes cluster. It assumes some familiarity with concepts in the User Guide.
Admin Guide Table of Contents
- Components of a cluster
- Cluster Management
- Administrating Master Components 1. The kube-apiserver binary
- Administrating Kubernetes Nodes 1. The kubelet binary 1. The kube-proxy binary
- Administrating Addons 1. DNS
- Networking 1. OVS Networking
- Example Configurations 1. Multiple Clusters 1. High Availability Clusters 1. Large Clusters 1. Getting started from scratch
- Troubleshooting