@@ -5,79 +5,15 @@ weight: 50
5
5
content_type : concept
6
6
---
7
7
8
-
9
8
<!-- overview -->
10
9
11
10
This section of the Kubernetes documentation contains pages that
12
11
show how to do individual tasks. A task page shows how to do a
13
12
single thing, typically by giving a short sequence of steps.
14
13
15
14
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
-
77
15
## {{% heading "whatsnext" %}}
78
16
79
17
80
18
If you would like to write a task page, see
81
19
[ Creating a Documentation Pull Request] ( /docs/home/contribute/create-pull-request/ ) .
82
-
83
-
0 commit comments