k3s/docs/admin
Alex Mohr 959c1a14cf Merge pull request #13750 from jimmycuadra/docs-accessing-the-api
Clarify authentication methods for k8s components
2015-09-17 10:26:58 -07:00
..
high-availability pid mode 2015-09-15 13:51:44 -04:00
limitrange LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
namespaces add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
resourcequota Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
README.md specify gc 2015-09-01 10:16:20 +08:00
accessing-the-api.md Clarify authentication methods for k8s components. 2015-09-09 11:16:56 -07:00
admission-controllers.md Merge pull request #13447 from pweil-/pid-mode 2015-09-16 23:34:35 -07:00
authentication.md s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
authorization.md fix service-account related doc 2015-08-14 08:44:21 +08:00
cluster-components.md fix the syntax error in docs 2015-09-16 11:47:02 +08:00
cluster-large.md typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
cluster-management.md Copy edits for typos (resubmitted) 2015-08-25 10:47:58 -04:00
cluster-troubleshooting.md Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
dns.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
etcd.md Copy edits for typos 2015-08-09 14:18:06 -04:00
garbage-collection.md specify gc 2015-09-01 10:16:20 +08:00
high-availability.md Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
introduction.md Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
kube-apiserver.md pid mode 2015-09-15 13:51:44 -04:00
kube-controller-manager.md change underscores to dashes to match the command line argument 2015-08-06 22:13:44 -05:00
kube-proxy.md Reduce false positives with verify-flag-underscore.sh by updating regex 2015-08-13 21:06:39 -04:00
kube-scheduler.md Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
kubelet.md pid mode 2015-09-15 13:51:44 -04:00
multi-cluster.md Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
namespaces.md Add 'svc.' before 'cluster.local' and fix some typos 2015-09-07 09:11:30 +00:00
networking.md Make typography more consistent 2015-08-19 12:01:50 +01:00
node.md Fixed some minor typos 2015-09-13 09:59:41 +00:00
ovs-networking.md Run gendocs 2015-07-17 15:35:43 -07:00
ovs-networking.png fix typo error of ovs networking.png 2015-09-11 09:06:33 +08:00
resource-quota.md Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
salt.md Update code to use - in flag names instead of _ 2015-08-11 16:31:52 -04:00
service-accounts-admin.md fix service-account related doc 2015-08-14 08:44:21 +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