![]() For AWS EBS, a volume can only be attached to a node in the same AZ. The scheduler must therefore detect if a volume is being attached to a pod, and ensure that the pod is scheduled on a node in the same AZ as the volume. So that the scheduler need not query the cloud provider every time, and to support decoupled operation (e.g. bare metal) we tag the volume with our placement labels. This is done automatically by means of an admission controller on AWS when a PersistentVolume is created backed by an EBS volume. Support for tagging GCE PVs will follow. Pods that specify a volume directly (i.e. without using a PersistentVolumeClaim) will not currently be scheduled correctly (i.e. they will be scheduled without zone-awareness). |
||
---|---|---|
.. | ||
high-availability | ||
limitrange | ||
namespaces | ||
resourcequota | ||
accessing-the-api.md | ||
admission-controllers.md | ||
authentication.md | ||
authorization.md | ||
cluster-components.md | ||
cluster-large.md | ||
cluster-management.md | ||
cluster-troubleshooting.md | ||
daemon.yaml | ||
daemons.md | ||
dns.md | ||
etcd.md | ||
garbage-collection.md | ||
high-availability.md | ||
introduction.md | ||
kube-apiserver.md | ||
kube-controller-manager.md | ||
kube-proxy.md | ||
kube-scheduler.md | ||
kubelet.md | ||
multi-cluster.md | ||
namespaces.md | ||
networking.md | ||
node.md | ||
ovs-networking.md | ||
ovs-networking.png | ||
README.md | ||
resource-quota.md | ||
salt.md | ||
service-accounts-admin.md | ||
static-pods.md |
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
- Components of a cluster
- Cluster Management
- Administrating Master Components 1. The kube-apiserver binary
- Administrating Kubernetes Nodes 1. The kubelet binary
- Administrating Addons 1. DNS
- Networking 1. OVS Networking
- Example Configurations 1. Multiple Clusters 1. High Availability Clusters 1. Large Clusters 1. Getting started from scratch
- Troubleshooting