2016-09-23 22:40:21 +00:00
|
|
|
bigheader: "Tasks"
|
2017-01-10 13:54:54 +00:00
|
|
|
abstract: "Step-by-step instructions for performing operations with Kubernetes."
|
2016-09-23 22:40:21 +00:00
|
|
|
toc:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/index.md
|
2016-12-07 01:22:21 +00:00
|
|
|
|
2017-02-28 01:45:20 +00:00
|
|
|
- title: Using the kubectl Command-Line
|
2017-02-09 01:03:17 +00:00
|
|
|
section:
|
2017-03-16 21:53:31 +00:00
|
|
|
- docs/tasks/kubectl/install.md
|
2017-02-09 01:03:17 +00:00
|
|
|
- docs/tasks/kubectl/list-all-running-container-images.md
|
2017-02-13 23:03:37 +00:00
|
|
|
- docs/tasks/kubectl/get-shell-running-container.md
|
2017-02-09 01:03:17 +00:00
|
|
|
|
2016-10-19 03:01:43 +00:00
|
|
|
- title: Configuring Pods and Containers
|
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/configure-pod-container/define-environment-variable-container.md
|
|
|
|
- docs/tasks/configure-pod-container/define-command-argument-container.md
|
|
|
|
- docs/tasks/configure-pod-container/assign-cpu-ram-container.md
|
2017-03-15 17:43:56 +00:00
|
|
|
- docs/tasks/configure-pod-container/limit-range.md
|
2017-03-15 18:09:50 +00:00
|
|
|
- docs/tasks/configure-pod-container/apply-resource-quota-limit.md
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/configure-pod-container/configure-volume-storage.md
|
2017-01-17 20:04:57 +00:00
|
|
|
- docs/tasks/configure-pod-container/configure-persistent-volume-storage.md
|
2017-02-09 22:08:54 +00:00
|
|
|
- docs/tasks/configure-pod-container/environment-variable-expose-pod-information.md
|
2017-02-16 20:59:54 +00:00
|
|
|
- docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/configure-pod-container/distribute-credentials-secure.md
|
2016-12-27 21:04:10 +00:00
|
|
|
- docs/tasks/configure-pod-container/pull-image-private-registry.md
|
2016-12-30 11:47:49 +00:00
|
|
|
- docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md
|
2017-01-05 22:42:34 +00:00
|
|
|
- docs/tasks/configure-pod-container/communicate-containers-same-pod.md
|
2017-01-10 23:49:33 +00:00
|
|
|
- docs/tasks/configure-pod-container/configure-pod-initialization.md
|
|
|
|
- docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
|
2017-03-15 17:19:27 +00:00
|
|
|
- docs/tasks/configure-pod-container/configure-pod-disruption-budget.md
|
2016-12-07 01:22:21 +00:00
|
|
|
|
2017-03-15 23:53:37 +00:00
|
|
|
- title: Running Applications
|
|
|
|
section:
|
|
|
|
- docs/tasks/run-application/rolling-update-replication-controller.md
|
|
|
|
|
2017-03-16 18:31:57 +00:00
|
|
|
- title: Running Jobs
|
|
|
|
section:
|
|
|
|
- docs/tasks/job/parallel-processing-expansion.md
|
2017-03-16 19:56:44 +00:00
|
|
|
- docs/tasks/job/coarse-parallel-processing-work-queue/index.md
|
2017-03-16 19:46:09 +00:00
|
|
|
- docs/tasks/job/fine-parallel-processing-work-queue/index.md
|
2017-03-16 18:31:57 +00:00
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
- title: Accessing Applications in a Cluster
|
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
|
2017-01-05 22:21:48 +00:00
|
|
|
- docs/tasks/access-application-cluster/load-balance-access-application-cluster.md
|
2016-11-18 01:07:34 +00:00
|
|
|
|
2017-03-03 19:21:01 +00:00
|
|
|
- title: Monitoring, Logging, and Debugging
|
2016-11-18 01:07:34 +00:00
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/debug-application-cluster/determine-reason-pod-failure.md
|
2017-03-03 19:21:01 +00:00
|
|
|
- docs/tasks/debug-application-cluster/debug-init-containers.md
|
|
|
|
- docs/tasks/debug-application-cluster/logging-stackdriver.md
|
2017-03-15 00:25:29 +00:00
|
|
|
- docs/tasks/debug-application-cluster/monitor-node-health.md
|
2017-03-03 19:21:01 +00:00
|
|
|
- docs/tasks/debug-application-cluster/logging-elasticsearch-kibana.md
|
2016-11-18 01:07:34 +00:00
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
- title: Accessing the Kubernetes API
|
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/access-kubernetes-api/http-proxy-access-api.md
|
2016-12-02 23:17:24 +00:00
|
|
|
|
2016-09-29 20:43:54 +00:00
|
|
|
- title: Administering a Cluster
|
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/administer-cluster/assign-pods-nodes.md
|
|
|
|
- docs/tasks/administer-cluster/dns-horizontal-autoscaling.md
|
|
|
|
- docs/tasks/administer-cluster/safely-drain-node.md
|
2017-01-06 09:56:10 +00:00
|
|
|
- docs/tasks/administer-cluster/change-pv-reclaim-policy.md
|
2017-03-14 21:41:51 +00:00
|
|
|
- docs/tasks/administer-cluster/limit-storage-consumption.md
|
2016-12-02 23:17:24 +00:00
|
|
|
|
2017-03-14 04:32:17 +00:00
|
|
|
- title: Administering Federation
|
|
|
|
section:
|
|
|
|
- docs/tasks/administer-federation/configmap.md
|
|
|
|
- docs/tasks/administer-federation/daemonset.md
|
|
|
|
- docs/tasks/administer-federation/deployment.md
|
|
|
|
- docs/tasks/administer-federation/events.md
|
|
|
|
- docs/tasks/administer-federation/ingress.md
|
|
|
|
- docs/tasks/administer-federation/namespaces.md
|
|
|
|
- docs/tasks/administer-federation/replicaset.md
|
|
|
|
- docs/tasks/administer-federation/secret.md
|
|
|
|
|
2016-11-23 00:20:33 +00:00
|
|
|
- title: Managing Stateful Applications
|
2016-11-16 22:33:06 +00:00
|
|
|
section:
|
2016-12-19 20:08:54 +00:00
|
|
|
- docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set.md
|
|
|
|
- docs/tasks/manage-stateful-set/scale-stateful-set.md
|
|
|
|
- docs/tasks/manage-stateful-set/deleting-a-statefulset.md
|
|
|
|
- docs/tasks/manage-stateful-set/debugging-a-statefulset.md
|
|
|
|
- docs/tasks/manage-stateful-set/delete-pods.md
|