website/v1.1/docs/admin
John Mulhausen ee72211075 Syntax highlighting 2016-02-16 17:53:42 -08:00
..
high-availability Initial checkin of v1.1 -- does not build 2016-02-10 16:55:31 -08:00
limitrange Syntax highlighting 2016-02-16 17:53:42 -08:00
namespaces Syntax highlighting 2016-02-16 17:53:42 -08:00
resourcequota Syntax highlighting 2016-02-16 17:53:42 -08:00
README.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
accessing-the-api.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
admission-controllers.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
authentication.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
authorization.md Syntax highlighting 2016-02-16 17:53:42 -08:00
cluster-components.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
cluster-large.md Syntax highlighting 2016-02-16 17:53:42 -08:00
cluster-management.md Syntax highlighting 2016-02-16 17:53:42 -08:00
cluster-troubleshooting.md Syntax highlighting 2016-02-16 17:53:42 -08:00
daemon.yaml Initial checkin of v1.1 -- does not build 2016-02-10 16:55:31 -08:00
daemons.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
dns.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
etcd.md Syntax highlighting 2016-02-16 17:53:42 -08:00
garbage-collection.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
high-availability.md Syntax highlighting 2016-02-16 17:53:42 -08:00
index.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
introduction.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
multi-cluster.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
namespaces.md Syntax highlighting 2016-02-16 17:53:42 -08:00
networking.md Syntax highlighting 2016-02-16 17:53:42 -08:00
node.md Syntax highlighting 2016-02-16 17:53:42 -08:00
ovs-networking.md Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html 2016-02-13 03:07:37 -08:00
ovs-networking.png Initial checkin of v1.1 -- does not build 2016-02-10 16:55:31 -08:00
resource-quota.md Syntax highlighting 2016-02-16 17:53:42 -08:00
salt.md Syntax highlighting 2016-02-16 17:53:42 -08:00
service-accounts-admin.md Syntax highlighting 2016-02-16 17:53:42 -08:00
static-pods.md Syntax highlighting 2016-02-16 17:53:42 -08:00

README.md

title
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