kubernetes/docs/admin
Madhusudan.C.S 4f9b8b2bfc Link all the ReplicaSet controller boilerplate together.
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
..
high-availability Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
limitrange run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
namespaces run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
resourcequota run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
accessing-the-api.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
admission-controllers.md Merge pull request #18909 from ncdc/force-image-pulls-admission 2015-12-23 14:53:31 -08:00
authentication.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
authorization.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cluster-components.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cluster-large.md Update the large cluster parameters to reflect the 1.1 release. 2016-01-06 14:54:15 -08:00
cluster-management.md Add zone back in to cluster management doc 2016-01-04 17:56:41 -08:00
cluster-troubleshooting.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
daemon.yaml fix examples 2015-10-09 15:58:07 -07:00
daemons.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
dns.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
etcd.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
garbage-collection.md Merge pull request #18047 from caesarxuchao/munger-tag-new 2015-12-22 10:35:20 -08:00
high-availability.md Remove podmaster stuff, in lieu of the new least prototype 2016-01-25 18:47:00 -05:00
introduction.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
kube-apiserver.md make watch cache sizes configuratable of kube-apiserver 2016-02-05 15:47:27 +08:00
kube-controller-manager.md Link all the ReplicaSet controller boilerplate together. 2016-02-05 21:05:10 -08:00
kube-proxy.md Make kube-proxy default to iptables (regression) 2016-02-02 12:45:11 -08:00
kube-scheduler.md autogenerated 2016-01-29 00:00:59 -08:00
kubelet.md Supply volume fs metrics to server/stats/handler.go 2016-02-05 16:00:24 -08:00
master-node-communication.md Document the communication paths between the master and node. 2016-02-03 10:21:22 -08:00
multi-cluster.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
namespaces.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
network-plugins.md Add a network plugin that duplicates "configureCBR0" functionality 2016-02-03 10:08:08 -06:00
networking.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
node.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
ovs-networking.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
ovs-networking.png Remove use of "minion" from graphic 2015-09-25 10:07:13 +08:00
README.md Document the communication paths between the master and node. 2016-02-03 10:21:22 -08:00
resource-quota.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
salt.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
service-accounts-admin.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
static-pods.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00

WARNING WARNING WARNING WARNING WARNING

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

  1. Introduction
  2. Components of a cluster
  3. Cluster Management
  4. Kubernetes Master Components
  5. The kube-apiserver binary 1. Authorization 1. Authentication 1. Accessing the api 1. Admission Controllers 1. Administrating Service Accounts 1. Resource Quotas
  6. The kube-scheduler binary
  7. The kube-controller-manager binary
  8. Kubernetes Node Components
  9. The kubelet binary 1. Garbage Collection
  10. The kube-proxy binary
  11. Cluster Addons
  12. DNS
  13. Networking
  14. OVS Networking
  15. Master <-> Node Communication
  16. Example Configurations
  17. Multiple Clusters
  18. High Availability Clusters
  19. Large Clusters
  20. Getting started from scratch 1. Kubernetes's use of salt
  21. Troubleshooting

Analytics