Skip to content

Commit 225d5ac

Browse files
committed
Use <figure> shortcode instead of <img>
Signed-off-by: Milan Plzik <[email protected]>
1 parent 9125b12 commit 225d5ac

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/the-case-for-kubernetes-limits

1 file changed

+1
-1
lines changed

content/en/blog/_posts/the-case-for-kubernetes-limits/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Firstly, let’s discuss bin-packing and cluster resource allocation. There’s
3939

4040
When configuring fixed-fraction headroom limits, a proportional amount of this will be available to the pods. If the percentage of unallocated resources in the cluster is lower than the constant we use for setting fixed-fraction headroom limits (2), all the pods together are able to theoretically use up all the node’s resources; otherwise there are some resources that will inevitably be wasted (1). In order to eliminate the inevitable resource waste, the percentage for fixed-fraction headroom limits should be configured so that it’s at least equal to the expected percentage of unallocated resources.
4141

42-
<img alt="Chart displaying various requests/limits configurations" width="40%" src="requests-limits-configurations.svg">
42+
{{<figure alt="Chart displaying various requests/limits configurations" width="40%" src="requests-limits-configurations.svg">}}
4343

4444
For requests = limits (3), this does not hold: Unless we’re able to allocate all node’s resources, there’s going to be some inevitably wasted resources. Without any knobs to turn on the requests/limits side, the only suitable approach here is to ensure efficient bin-packing on the nodes by configuring correct machine profiles. This can be done either manually or by using a variety of cloud service provider tooling – e.g., [Karpenter](https://karpenter.sh/) for EKS or [GKE Node auto provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning).
4545

0 commit comments

Comments
 (0)