mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-11 06:44:47 -05:00
| .. | ||
| high-availability | ||
| limitrange | ||
| namespaces | ||
| resourcequota | ||
| accessing-the-api.md | ||
| admission-controllers.md | ||
| authentication.md | ||
| authorization.md | ||
| cluster-components.md | ||
| cluster-large.md | ||
| cluster-management.md | ||
| cluster-troubleshooting.md | ||
| daemon.yaml | ||
| daemons.md | ||
| dns.md | ||
| etcd.md | ||
| garbage-collection.md | ||
| high-availability.md | ||
| introduction.md | ||
| kube-apiserver.md | ||
| kube-controller-manager.md | ||
| kube-proxy.md | ||
| kube-scheduler.md | ||
| kubelet.md | ||
| multi-cluster.md | ||
| namespaces.md | ||
| network-plugins.md | ||
| networking.md | ||
| node.md | ||
| ovs-networking.md | ||
| ovs-networking.png | ||
| README.md | ||
| resource-quota.md | ||
| salt.md | ||
| service-accounts-admin.md | ||
| static-pods.md | ||
![]()
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 release of this document can be found [here](http://releases.k8s.io/release-1.1/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
- Introduction
- Components of a cluster
- Cluster Management
- Kubernetes Master Components
- The kube-apiserver binary 1. Authorization 1. Authentication 1. Accessing the api 1. Admission Controllers 1. Administrating Service Accounts 1. Resource Quotas
- The kube-scheduler binary
- The kube-controller-manager binary
- Kubernetes Node Components
- The kubelet binary 1. Garbage Collection
- The kube-proxy binary
- Cluster Addons
- DNS
- Networking
- OVS Networking
- Example Configurations
- Multiple Clusters
- High Availability Clusters
- Large Clusters
- Getting started from scratch 1. Kubernetes's use of salt
- Troubleshooting