Skip to content

Commit

Permalink
address Willie's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar committed Aug 23, 2024
1 parent 3797bc4 commit f2e0be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
- [Adopting Clusters](./managed/adopting-clusters.md)
- [ASO Managed Clusters (AKS)](./managed/asomanagedcluster.md)
- [Managed Clusters (AKS)](./managed/managedcluster.md)
- [Managed Clusters - BYO VMSS Nodes](./managed/managedcluster-joinVMSS.md)
- [Managed Clusters - BYO VMSS Nodes](./managed/managedcluster-join-vmss.md)
- [Troubleshooting](./managed/troubleshooting.md)
- [Self-managed clusters](./self-managed/self-managed.md)
- [Self-managed Clusters](./self-managed/self-managed.md)
- [Addons](./self-managed/addons.md)
- [API Server Endpoint](./self-managed/api-server-endpoint.md)
- [Cloud Provider Config](./self-managed/cloud-provider-config.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/managed/managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is possible to not utilize CAPZ at all and simply utilize ASO to provision an
- Robust Testing - CAPZ is utilized to test Kubernetes and AKS using this code with numerous end-to-end tests. ASO has no AKS-specific testing.
- Simplification of Infrastructure as Code (IaC) definitions - With ASO you have to figure out how to put together every field and there are some small examples. CAPZ provides `kustomize` template samples connected to `clusterctl generate template` as well as a [helm chart](https://github.com/mboersma/cluster-api-charts/).
- Management scale - CAPZ enables use of [ClusterClass](../topics/clusterclass.md) so you can have a smaller chunk of code to manage numerous clusters with the same configuration.
- Hetergenous Kubernetes management - it is possible with CAPZ to manage self-managed (not possible at all with ASO) and managed clusters with a single management control plane and similar IaC definitions.
- Heterogenous Kubernetes management - it is possible with CAPZ to manage self-managed (not possible at all with ASO) and managed clusters with a single management control plane and similar IaC definitions.
- Multi-cloud IaC consistency - even though it's still wrapping ASO, there still is some consistency in the code contract to provision Kubernetes clusters with the [~30 other CAPI infrastructure providers](https://cluster-api.sigs.k8s.io/reference/providers).

## General AKS Best Practices
Expand Down

0 comments on commit f2e0be1

Please sign in to comment.