64 lines
2.6 KiB
YAML
64 lines
2.6 KiB
YAML
bigheader: "Tasks"
|
|
abstract: "Step-by-step instructions for performing operations with Kuberentes."
|
|
toc:
|
|
- title: Tasks
|
|
path: /docs/tasks/
|
|
|
|
- title: Configuring Pods and Containers
|
|
section:
|
|
- title: Defining Environment Variables for a Container
|
|
path: /docs/tasks/configure-pod-container/define-environment-variable-container/
|
|
- title: Defining a Command and Arguments for a Container
|
|
path: /docs/tasks/configure-pod-container/define-command-argument-container/
|
|
- title: Assigning CPU and RAM Resources to a Container
|
|
path: /docs/tasks/configure-pod-container/assign-cpu-ram-container/
|
|
- title: Configuring a Pod to Use a Volume for Storage
|
|
path: /docs/tasks/configure-pod-container/configure-volume-storage/
|
|
- title: Distributing Credentials Securely
|
|
path: /docs/tasks/configure-pod-container/distribute-credentials-secure/
|
|
|
|
- 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/
|
|
|
|
- title: Debugging Applications in a Cluster
|
|
section:
|
|
- title: Determining the Reason for Pod Failure
|
|
path: /docs/tasks/debug-application-cluster/determine-reason-pod-failure/
|
|
|
|
- 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/
|
|
|
|
- title: Administering a Cluster
|
|
section:
|
|
- title: Assigning Pods to Nodes
|
|
path: /docs/tasks/administer-cluster/assign-pods-nodes/
|
|
|
|
- title: Autoscaling the DNS Service in a Cluster
|
|
path: /docs/tasks/administer-cluster/dns-horizontal-autoscaling/
|
|
- title: Safely Draining a Node while Respecting Application SLOs
|
|
path: /docs/tasks/administer-cluster/safely-drain-node/
|
|
|
|
- title: Managing Stateful Applications
|
|
section:
|
|
- title: Upgrading from PetSets to StatefulSets
|
|
path: /docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/
|
|
- title: Scaling a StatefulSet
|
|
path: /docs/tasks/manage-stateful-set/scale-stateful-set/
|
|
- title: Deleting a Stateful Set
|
|
path: /docs/tasks/manage-stateful-set/deleting-a-statefulset/
|
|
- title: Debugging a StatefulSet
|
|
path: /docs/tasks/manage-stateful-set/debugging-a-statefulset/
|
|
- title: Force Deleting StatefulSet Pods
|
|
path: /docs/tasks/manage-stateful-set/delete-pods/
|
|
|
|
- title: Troubleshooting
|
|
section:
|
|
- title: Debugging Init Containers
|
|
path: /docs/tasks/troubleshoot/debug-init-containers/
|
|
- title: Configuring Access Control and Identity Management
|
|
path: /docs/tasks/administer-cluster/access-control-identity-management/
|