k3s/docs/admin
Casey D e78a6f110a Update Calico link 2016-02-29 09:28:28 -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
README.md Document the communication paths between the master and node. 2016-02-03 10:21:22 -08:00
accessing-the-api.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
admission-controllers.md Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
authentication.md plugin/pkg/auth/authenticator/token/oidc: get groups from custom claim 2016-02-12 09:58:18 -08:00
authorization.md *: update documentation for webhook authorizer 2016-02-22 11:39:07 -08:00
cluster-components.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cluster-large.md Always enable second etcd for events 2016-02-16 11:48:46 +01: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 Merge pull request #21300 from soltysh/ds_docs 2016-02-22 10:17:56 -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 Merge pull request #21469 from wojtek-t/parallel_namespace_deletion 2016-02-27 07:26:49 -08:00
kube-controller-manager.md avoid use abbreviation in flag 2016-02-25 17:30:21 +08:00
kube-proxy.md Change iptables fwmark to use single configurable bit instead of whole mark space 2016-02-08 11:12:09 +00:00
kube-scheduler.md autogenerated 2016-01-29 00:00:59 -08:00
kubelet.md Change default --max-pods in kubelet to 110 2016-02-23 15:37:36 -08:00
master-node-communication.md Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07: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 Push responsibility for bridge-nf-call-iptables to kubelet network plugins 2016-02-23 09:34:59 -06:00
networking.md Update Calico link 2016-02-29 09:28:28 -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
resource-quota.md Docs: fix invalid json in quota example 2016-02-17 10:32:14 -05: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

README.md

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