Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.77 KB

README.md

File metadata and controls

75 lines (61 loc) · 2.77 KB

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

  1. Introduction
  2. Components of a cluster
  3. Cluster Management
  4. Kubernetes Master Components
  5. The kube-apiserver binary 1. Authorization 1. Authentication 1. Accessing the api 1. Admission Controllers 1. Administrating Service Accounts 1. Resource Quotas
  6. The kube-scheduler binary
  7. The kube-controller-manager binary
  8. Kubernetes Node Components
  9. The kubelet binary 1. Garbage Collection
  10. The kube-proxy binary
  11. Cluster Addons
  12. DNS
  13. Networking
  14. OVS Networking
  15. Master <-> Node Communication
  16. Example Configurations
  17. Multiple Clusters
  18. High Availability Clusters
  19. Large Clusters
  20. Getting started from scratch 1. Kubernetes's use of salt
  21. Troubleshooting

Analytics