2016-09-23 22:40:21 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
The Tasks section of the Kubernetes documentation is a work in progress
|
|
|
|
|
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/)
|
|
|
|
|
|
|
|
#### 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-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/).
|