Skip to content

Commit 553279c

Browse files
author
Tim Bannister
committed
Remove vestigial task headings
Old headings no longer needed: Docsy automatically generates headings based on site structure.
1 parent 74360fa commit 553279c

File tree

1 file changed

+0
-64
lines changed

1 file changed

+0
-64
lines changed

content/en/docs/tasks/_index.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -5,79 +5,15 @@ weight: 50
55
content_type: concept
66
---
77

8-
98
<!-- overview -->
109

1110
This section of the Kubernetes documentation contains pages that
1211
show how to do individual tasks. A task page shows how to do a
1312
single thing, typically by giving a short sequence of steps.
1413

1514

16-
17-
<!-- body -->
18-
19-
## Web UI (Dashboard)
20-
21-
Deploy and access the Dashboard web user interface to help you manage and monitor containerized applications in a Kubernetes cluster.
22-
23-
## Using the kubectl Command-line
24-
25-
Install and setup the `kubectl` command-line tool used to directly manage Kubernetes clusters.
26-
27-
## Configuring Pods and Containers
28-
29-
Perform common configuration tasks for Pods and Containers.
30-
31-
## Running Applications
32-
33-
Perform common application management tasks, such as rolling updates, injecting information into pods, and horizontal Pod autoscaling.
34-
35-
## Running Jobs
36-
37-
Run Jobs using parallel processing.
38-
39-
## Accessing Applications in a Cluster
40-
41-
Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
42-
43-
## Monitoring, Logging, and Debugging
44-
45-
Setup monitoring and logging to troubleshoot a cluster or debug a containerized application.
46-
47-
## Accessing the Kubernetes API
48-
49-
Learn various methods to directly access the Kubernetes API.
50-
51-
## Using TLS
52-
53-
Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
54-
55-
## Administering a Cluster
56-
57-
Learn common tasks for administering a cluster.
58-
59-
## Managing Stateful Applications
60-
61-
Perform common tasks for managing Stateful applications, including scaling, deleting, and debugging StatefulSets.
62-
63-
## Cluster Daemons
64-
65-
Perform common tasks for managing a DaemonSet, such as performing a rolling update.
66-
67-
## Managing GPUs
68-
69-
Configure and schedule GPUs for use as a resource by nodes in a cluster.
70-
71-
## Managing HugePages
72-
73-
Configure and manage huge pages as a schedulable resource in a cluster.
74-
75-
76-
7715
## {{% heading "whatsnext" %}}
7816

7917

8018
If you would like to write a task page, see
8119
[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/).
82-
83-

0 commit comments

Comments
 (0)