k3s/docs/admin
k8s-merge-robot d3243b8778 Merge pull request #18383 from timothysc/tools_removal
Auto commit by PR queue bot
2015-12-11 07:17:14 -08: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 Add non-resource and API group support to ABAC authorizer, version ABAC policy rules 2015-12-03 12:31:13 -05: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 Futher storage isolation and removal of the tools interface. 2015-12-09 11:04:14 -06:00
kube-controller-manager.md Resource quota observes deletes faster 2015-12-03 17:35:05 -05: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 Use KubeletPort from API object, salt changes, take 2 2015-12-07 10:31:11 +01: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 Issue# 17860 Correct expression of nodecontroller for sync loop in node.html 2015-12-03 09:20:26 +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 Minion->Node rename: docs/ machine names only, except gce/aws 2015-12-03 23:34:50 -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