2016-09-23 22:40:21 +00:00
|
|
|
bigheader: "Tasks"
|
2016-11-03 22:06:08 +00:00
|
|
|
abstract: "Step-by-step instructions for performing operations with Kuberentes."
|
2016-09-23 22:40:21 +00:00
|
|
|
toc:
|
|
|
|
- title: Tasks
|
|
|
|
path: /docs/tasks/
|
2016-10-19 03:01:43 +00:00
|
|
|
- title: Configuring Pods and Containers
|
|
|
|
section:
|
|
|
|
- title: Defining Environment Variables for a Container
|
|
|
|
path: /docs/tasks/configure-pod-container/define-environment-variable-container/
|
2016-10-20 18:05:23 +00:00
|
|
|
- title: Defining a Command and Arguments for a Container
|
|
|
|
path: /docs/tasks/configure-pod-container/define-command-argument-container/
|
2016-10-31 22:22:52 +00:00
|
|
|
- title: Assigning CPU and RAM Resources to a Container
|
|
|
|
path: /docs/tasks/configure-pod-container/assign-cpu-ram-container/
|
2016-09-23 22:40:21 +00:00
|
|
|
- title: Accessing Applications in a Cluster
|
|
|
|
section:
|
|
|
|
- title: Using Port Forwarding to Access Applications in a Cluster
|
|
|
|
path: /docs/tasks/access-application-cluster/port-forward-access-application-cluster/
|
2016-11-18 01:07:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
- title: Debugging Applications in a Cluster
|
|
|
|
section:
|
|
|
|
- title: Determining the Reason for Pod Failure
|
|
|
|
path: /docs/tasks/debug-application-cluster/determine-reason-pod-failure/
|
|
|
|
|
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
- title: Accessing the Kubernetes API
|
|
|
|
section:
|
|
|
|
- title: Using an HTTP Proxy to Access the Kubernetes API
|
|
|
|
path: /docs/tasks/access-kubernetes-api/http-proxy-access-api/
|
2016-12-02 23:17:24 +00:00
|
|
|
|
2016-09-29 20:43:54 +00:00
|
|
|
- title: Administering a Cluster
|
|
|
|
section:
|
|
|
|
- title: Assigning Pods to Nodes
|
|
|
|
path: /docs/tasks/administer-cluster/assign-pods-nodes/
|
2016-11-18 04:46:09 +00:00
|
|
|
- title: Autoscaling the DNS Service in a Cluster
|
|
|
|
path: /docs/tasks/administer-cluster/dns-horizontal-autoscaling/
|
2016-12-02 23:17:24 +00:00
|
|
|
- title: Safely Draining a Node while Respecting Application SLOs
|
|
|
|
path: /docs/tasks/administer-cluster/safely-drain-node/
|
|
|
|
|
2016-11-23 00:20:33 +00:00
|
|
|
- title: Managing Stateful Applications
|
2016-11-16 22:33:06 +00:00
|
|
|
section:
|
|
|
|
- title: Upgrading from PetSets to StatefulSets
|
|
|
|
path: /docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/
|
2016-12-02 21:35:50 +00:00
|
|
|
- title: Scaling a StatefulSet
|
2016-11-23 00:57:44 +00:00
|
|
|
path: /docs/tasks/manage-stateful-set/scale-stateful-set/
|
2016-12-02 22:52:18 +00:00
|
|
|
- title: Deleting a Stateful Set
|
2016-12-02 22:56:46 +00:00
|
|
|
path: /docs/tasks/manage-stateful-set/deleting-a-statefulset/
|
|
|
|
- title: Debugging a StatefulSet
|
|
|
|
path: /docs/tasks/manage-stateful-set/debugging-a-statefulset/
|
2016-12-02 23:17:24 +00:00
|
|
|
- title: Force Deleting StatefulSet Pods
|
|
|
|
path: /docs/tasks/manage-stateful-set/delete-pods/
|