Skip to content

Commit 48639f2

Browse files
committed
updated article
1 parent 76d20ab commit 48639f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/aks/best-practices-cost.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For cluster cost optimization, go to the [Azure pricing calculator](https://azur
2323
> - **Cluster architecture:** Use appropriate VM SKU per node pool and reserved instances where long-term capacity is expected.
2424
> - **Cluster and workload architectures:** Use appropriate managed disk tier and size.
2525
> - **Cluster architecture:** Review performance metrics, starting with CPU, memory, storage, and network, to identify cost optimization opportunities by cluster, nodes, and namespace.
26-
> - **Cluster architecture:** Use cluster autoscaler to scale in when workloads are less active.
26+
> - **Cluster and workload architecture:** Use autoscale features to scale in when workloads are less active.
2727
2828
## Recommendations
2929

@@ -42,8 +42,6 @@ Explore the following table of recommendations to optimize your AKS configuratio
4242
|**Cluster architecture:** Sign up for [Azure Reservations](../cost-management-billing/reservations/save-compute-costs-reservations.md). | If you properly planned for capacity, your workload is predictable and exists for an extended period of time, sign up for [Azure Reserved Instances]() to further reduce your resource costs.|
4343
|**Cluster architecture:** Use Kubernetes [Resource Quotas](operator-best-practices-scheduler.md#enforce-resource-quotas). | Resource quotas can be used to limit resource consumption for each namespace in your cluster, and by extension resource utilization for the Azure service.|
4444

45-
For more suggestions, see [Principles of the cost optimization pillar](/azure/architecture/framework/cost/overview).
46-
4745
## Next steps
4846

4947
- Explore and analyze costs with [Cost analysis](../cost-management-billing/costs/quick-acm-cost-analysis.md).

0 commit comments

Comments
 (0)