2016-09-23 22:40:21 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2016-11-28 19:49:17 +00:00
|
|
|
This section of the Kubernetes documentation contains pages that
|
|
|
|
show how to do individual tasks. A task page shows how to do a
|
|
|
|
single thing, typically by giving a short sequence of steps.
|
2016-09-23 22:40:21 +00:00
|
|
|
|
2016-10-20 18:05:23 +00:00
|
|
|
#### Configuring Pods and Containers
|
|
|
|
|
|
|
|
* [Defining Environment Variables for a Container](/docs/tasks/configure-pod-container/define-environment-variable-container/)
|
|
|
|
* [Defining a Command and Arguments for a Container](/docs/tasks/configure-pod-container/define-command-argument-container/)
|
2016-10-31 22:22:52 +00:00
|
|
|
* [Assigning CPU and RAM Resources to a Container](/docs/tasks/configure-pod-container/assign-cpu-ram-container/)
|
2016-10-20 18:05:23 +00:00
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
#### Accessing Applications in a Cluster
|
|
|
|
|
|
|
|
* [Using Port Forwarding to Access Applications in a Cluster](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
|
|
|
|
|
2016-11-28 19:49:17 +00:00
|
|
|
#### Debugging Applications in a Cluster
|
|
|
|
|
|
|
|
* [Determining the Reason for Pod Failure](/docs/tasks/debug-application-cluster/determine-reason-pod-failure/)
|
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
#### Accessing the Kubernetes API
|
|
|
|
|
|
|
|
* [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api)
|
|
|
|
|
2016-09-29 20:43:54 +00:00
|
|
|
#### Administering a Cluster
|
|
|
|
|
|
|
|
* [Assigning Pods to Nodes](/docs/tasks/administer-cluster/assign-pods-nodes/)
|
2016-11-18 04:46:09 +00:00
|
|
|
* [Autoscaling the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
|
2016-09-23 22:40:21 +00:00
|
|
|
|
2016-11-23 00:20:33 +00:00
|
|
|
#### Managing Stateful Applications
|
|
|
|
|
2016-11-16 22:33:06 +00:00
|
|
|
* [Upgrading from PetSets to StatefulSets](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/)
|
2016-12-02 21:35:50 +00:00
|
|
|
* [Scaling a StatefulSet](/docs/tasks/manage-stateful-set/scale-stateful-set/)
|
2016-12-02 22:52:18 +00:00
|
|
|
* [Deleting a StatefulSet](/docs/tasks/manage-stateful-set/deleting-a-statefulset/)
|
2016-11-16 22:33:06 +00:00
|
|
|
|
2016-09-23 22:40:21 +00:00
|
|
|
### What's next
|
|
|
|
|
|
|
|
If you would like to write a task page, see
|
2016-10-31 22:22:52 +00:00
|
|
|
[Creating a Documentation Pull Request](/docs/create-pull-request/).
|