k3s/docs/admin
gmarek 459131fd92 Use KubeletPort reported in NodeStatus instead of cluster-wide master config, take 2. 2015-12-02 13:38:17 +01:00
..
high-availability Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
limitrange Merge pull request #17255 from derekwaynecarr/add_default_to_header 2015-11-21 17:05:13 -08:00
namespaces Run update-gendocs 2015-11-13 13:57:57 -08:00
resourcequota updating resourcequota/README.md 2015-11-26 22:39:48 +01:00
README.md Run update-gendocs 2015-11-13 13:57:57 -08:00
accessing-the-api.md Run update-gendocs 2015-11-13 13:57:57 -08:00
admission-controllers.md Run update-gendocs 2015-11-13 13:57:57 -08:00
authentication.md Run update-gendocs 2015-11-13 13:57:57 -08:00
authorization.md Run update-gendocs 2015-11-13 13:57:57 -08:00
cluster-components.md Run update-gendocs 2015-11-13 13:57:57 -08:00
cluster-large.md Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
cluster-management.md Update docs for how to perform upgrades 2015-11-19 14:46:46 -08:00
cluster-troubleshooting.md Run update-gendocs 2015-11-13 13:57:57 -08:00
daemon.yaml fix examples 2015-10-09 15:58:07 -07:00
daemons.md Spelling fix in daemons.md 2015-11-16 16:05:32 -08:00
dns.md Run update-gendocs 2015-11-13 13:57:57 -08:00
etcd.md Run update-gendocs 2015-11-13 13:57:57 -08:00
garbage-collection.md Run update-gendocs 2015-11-13 13:57:57 -08:00
high-availability.md Run update-gendocs 2015-11-13 13:57:57 -08:00
introduction.md Run update-gendocs 2015-11-13 13:57:57 -08:00
kube-apiserver.md Use KubeletPort reported in NodeStatus instead of cluster-wide master config, take 2. 2015-12-02 13:38:17 +01:00
kube-controller-manager.md Run update-gendocs 2015-11-13 13:57:57 -08:00
kube-proxy.md remove code that puts kube-proxy into a special cgroup since it runs in a container now 2015-11-23 10:20:58 -08:00
kube-scheduler.md Run update-gendocs 2015-11-13 13:57:57 -08:00
kubelet.md Merge pull request #17697 from dchen1107/event 2015-11-26 13:42:05 -08:00
multi-cluster.md Run update-gendocs 2015-11-13 13:57:57 -08:00
namespaces.md Run update-gendocs 2015-11-13 13:57:57 -08:00
networking.md Run update-gendocs 2015-11-13 13:57:57 -08:00
node.md change HEAD to blob/HEAD, and add blob in versioned-docs.sh 2015-11-16 17:13:49 -08:00
ovs-networking.md Run update-gendocs 2015-11-13 13:57:57 -08:00
ovs-networking.png Remove use of "minion" from graphic 2015-09-25 10:07:13 +08:00
resource-quota.md Run update-gendocs 2015-11-13 13:57:57 -08:00
salt.md Run update-gendocs 2015-11-13 13:57:57 -08:00
service-accounts-admin.md Run update-gendocs 2015-11-13 13:57:57 -08:00
static-pods.md Run update-gendocs 2015-11-13 13:57:57 -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

Introduction

  1. Components of a cluster
  2. Cluster Management
  3. Administrating Master Components 1. The kube-apiserver binary
    1. Authorization
    2. Authentication
    3. Accessing the api
    4. Admission Controllers
    5. Administrating Service Accounts
    6. Resource Quotas 1. The kube-scheduler binary 1. The kube-controller-manager binary
  4. Administrating Kubernetes Nodes 1. The kubelet binary
    1. Garbage Collection 1. The kube-proxy binary
  5. Administrating Addons 1. DNS
  6. Networking 1. OVS Networking
  7. Example Configurations 1. Multiple Clusters 1. High Availability Clusters 1. Large Clusters 1. Getting started from scratch
    1. Kubernetes's use of salt
  8. Troubleshooting

Analytics