k3s/docs/admin
krousey 6553ec47da Merge pull request #11402 from brendandburns/docs2
Add upgrade instructions.
2015-07-20 15:28:31 -07:00
..
high-availability Add missing content, fix links.. 2015-07-15 11:48:44 -07:00
namespaces Split namespace docs user vs admin. 2015-07-20 15:01:44 -07:00
README.md Add admin TOC; mv README -> intro, TOC -> README 2015-07-20 11:46:23 -07:00
accessing-the-api.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
admission-controllers.md Collected markedown fixes around syntax. 2015-07-20 09:51:22 -07:00
authentication.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
authorization.md Absolutize links that leave the docs/ tree to go anywhere other than 2015-07-20 00:25:07 -07:00
cluster-components.md Absolutize links that leave the docs/ tree to go anywhere other than 2015-07-20 00:25:07 -07:00
cluster-large.md Absolutize links that leave the docs/ tree to go anywhere other than 2015-07-20 00:25:07 -07:00
cluster-management.md Add upgrade instructions. 2015-07-20 15:05:25 -07:00
cluster-troubleshooting.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
dns.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
etcd.md Improve resource quota doc. 2015-07-20 10:15:07 -07:00
high-availability.md Absolutize links that leave the docs/ tree to go anywhere other than 2015-07-20 00:25:07 -07:00
introduction.md Add admin TOC; mv README -> intro, TOC -> README 2015-07-20 11:46:23 -07:00
kube-apiserver.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
kube-controller-manager.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
kube-proxy.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
kube-scheduler.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
kubelet.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
multi-cluster.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
namespaces.md Split namespace docs user vs admin. 2015-07-20 15:01:44 -07:00
networking.md Improve admin docs syntax highlighting. 2015-07-19 05:48:34 +00:00
node.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
ovs-networking.md Run gendocs 2015-07-17 15:35:43 -07:00
ovs-networking.png
resource-quota.md Merge pull request #11602 from erictune/quota 2015-07-20 14:50:35 -07:00
salt.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
service-accounts-admin.md Improve admin docs syntax highlighting. 2015-07-19 05:48:34 +00: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. 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