# Tasks

LLMS index: [llms.txt](/llms.txt)

---

<!-- overview -->

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.

If you would like to write a task page, see
[Creating a Documentation Pull Request](/docs/contribute/new-content/open-a-pr/).

---

Section pages:

- [Install Tools](/docs/tasks/tools/): Set up Kubernetes tools on your computer.
- [Administer a Cluster](/docs/tasks/administer-cluster/): Learn common tasks for administering a cluster.
- [Configure Pods and Containers](/docs/tasks/configure-pod-container/): Perform common configuration tasks for Pods and containers.
- [Monitoring, Logging, and Debugging](/docs/tasks/debug/): Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
- [Manage Kubernetes Objects](/docs/tasks/manage-kubernetes-objects/): Declarative and imperative paradigms for interacting with the Kubernetes API.
- [Managing Secrets](/docs/tasks/configmap-secret/): Managing confidential settings data using Secrets.
- [Inject Data Into Applications](/docs/tasks/inject-data-application/): Specify configuration and other data for the Pods that run your workload.
- [Run Applications](/docs/tasks/run-application/): Run and manage both stateless and stateful applications.
- [Run Jobs](/docs/tasks/job/): Run Jobs using parallel processing.
- [Access Applications in a Cluster](/docs/tasks/access-application-cluster/): Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
- [Extend Kubernetes](/docs/tasks/extend-kubernetes/): Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment.
- [TLS](/docs/tasks/tls/): Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
- [Manage Cluster Daemons](/docs/tasks/manage-daemon/): Perform common tasks for managing a DaemonSet, such as performing a rolling update.
- [Networking](/docs/tasks/network/): Learn how to configure networking for your cluster.
- [Extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins/): Extend kubectl by creating and installing kubectl plugins.
- [Manage HugePages](/docs/tasks/manage-hugepages/scheduling-hugepages/): Configure and manage huge pages as a schedulable resource in a cluster.
- [Schedule GPUs](/docs/tasks/manage-gpus/scheduling-gpus/): Configure and schedule GPUs for use as a resource by nodes in a cluster.
