You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/administer-cluster/node-overprovisioning.md
+34-13
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,35 @@
1
1
---
2
-
title: Overprovision Node Capacity For A Cluster
2
+
title: Overprovision Node Capacity For A Cluster
3
3
content_type: task
4
4
weight: 10
5
5
---
6
6
7
7
8
8
<!-- overview -->
9
9
10
-
This page guides you through configuring {{< glossary_tooltip text="Node" term_id="node" >}} overprovisioning in your Kubernetes cluster. Node overprovisioning is a strategy that proactively reserves a portion of your cluster's compute resources. This reservation helps reduce the time required to schedule new pods during scaling events, enhancing your cluster's responsiveness to sudden spikes in traffic or workload demands.
10
+
This page guides you through configuring {{< glossary_tooltip text="Node" term_id="node" >}}
11
+
overprovisioning in your Kubernetes cluster. Node overprovisioning is a strategy that proactively
12
+
reserves a portion of your cluster's compute resources. This reservation helps reduce the time
13
+
required to schedule new pods during scaling events, enhancing your cluster's responsiveness
14
+
to sudden spikes in traffic or workload demands.
11
15
12
-
By maintaining some unused capacity, you ensure that resources are immediately available when new pods are created, preventing them from entering a pending state while the cluster scales up.
16
+
By maintaining some unused capacity, you ensure that resources are immediately available when
17
+
new pods are created, preventing them from entering a pending state while the cluster scales up.
13
18
14
19
## {{% heading "prerequisites" %}}
15
20
16
-
- You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with
21
+
- You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with
17
22
your cluster.
18
23
- You should already have a basic understanding of
0 commit comments