k3s/docs/admin
Jan Chaloupka 53419ee971 doc: correct member 'the the -> the' (two 'the' member into one 'the' member) 2015-11-11 22:54:25 +01:00
..
high-availability Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
limitrange update limitrange example 2015-10-21 09:48:44 +08:00
namespaces update replication-controllers to replicaton controller 2015-09-22 09:48:53 +08:00
resourcequota update resource-quota docs 2015-09-16 00:52:29 +08:00
README.md specify gc 2015-09-01 10:16:20 +08:00
accessing-the-api.md Remove some stuff that looks obsolete from api-server certs/access docs 2015-09-24 17:25:57 -04:00
admission-controllers.md Added documentation of Initial Resources plugin. 2015-10-14 12:11:08 +02:00
authentication.md csv is not a know syntax, messes up gh-pages 2015-10-23 12:37:56 -07:00
authorization.md
cluster-components.md Replace monit with supervisord in documentation. 2015-11-03 16:20:02 -08:00
cluster-large.md
cluster-management.md Upgrades and upgrade tests take versions of the form release/stable instead of stable_release: 2015-10-14 10:16:21 -07:00
cluster-troubleshooting.md
daemon.yaml fix examples 2015-10-09 15:58:07 -07:00
daemons.md Fixing how to enable daemonsets 2015-10-30 12:28:10 -07:00
dns.md update dns doc 2015-10-10 15:31:26 +00:00
etcd.md Update etcd to 2.2.1 2015-11-04 12:26:57 -08:00
garbage-collection.md doc: correct member 'the the -> the' (two 'the' member into one 'the' member) 2015-11-11 22:54:25 +01:00
high-availability.md
introduction.md
kube-apiserver.md autogenerated 2015-10-31 12:26:54 -07:00
kube-controller-manager.md Lengthened pvsync period 2015-11-04 00:42:44 -05:00
kube-proxy.md Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08:00
kube-scheduler.md Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08:00
kubelet.md Fix defaults for MaxPods and MaxOpenFiles. 2015-11-10 12:20:54 -05:00
multi-cluster.md Correct number recommendations 2015-10-13 08:43:52 +11:00
namespaces.md Add 'svc.' before 'cluster.local' and fix some typos 2015-09-07 09:11:30 +00:00
networking.md
node.md fix htmlpreview links to point to subdictory 2015-10-21 15:46:52 -07:00
ovs-networking.md
ovs-networking.png Remove use of "minion" from graphic 2015-09-25 10:07:13 +08:00
resource-quota.md update resource-quota docs 2015-09-16 00:52:29 +08:00
salt.md Correct example salt config 2015-09-24 12:27:23 -07:00
service-accounts-admin.md del unnecessary parenthesis 2015-09-22 11:16:51 +08:00
static-pods.md Add documentation about static pods. 2015-09-08 15:57:09 +02: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 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

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