Skip to content

Commit 28adfcc

Browse files
authored
chore: Typo in node_efficiency.md (#655)
1 parent 9e76cc0 commit 28adfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/scalability/docs/node_efficiency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using node sizes that are slightly larger (4-12xlarge) increases the available s
2828

2929
![Node size](../images/node-size.png)
3030

31-
Large nodes sizes allow us to have a higher percentage of usable space per node. However, this model can be taken to to the extreme by packing the node with so many pods that it causes errors or saturates the node. Monitoring node saturation is key to successfully using larger node sizes.
31+
Large nodes sizes allow us to have a higher percentage of usable space per node. However, this model can be taken to the extreme by packing the node with so many pods that it causes errors or saturates the node. Monitoring node saturation is key to successfully using larger node sizes.
3232

3333
Node selection is rarely a one-size-fits-all proposition. Often it is best to split workloads with dramatically different churn rates into different node groups. Small batch workloads with a high churn rate would be best served by the 4xlarge family of instances, while a large scale application such as Kafka which takes 8 vCPU and has a low churn rate would be better served by the 12xlarge family.
3434

@@ -264,4 +264,4 @@ To sum up the section, it is easy to conflate the following concepts:
264264
* Utilization and Saturation
265265
* Linux performance rules with Kubernetes Scheduler logic
266266
267-
Great care must be taken to keep these concepts separated. Performance and scale are linked on a deep level. Unnecessary scaling creates performance problems, which in turn creates scaling problems.
267+
Great care must be taken to keep these concepts separated. Performance and scale are linked on a deep level. Unnecessary scaling creates performance problems, which in turn creates scaling problems.

0 commit comments

Comments
 (0)