Skip to content

Commit 02809ef

Browse files
address comments
1 parent 2cd822f commit 02809ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ The [Cluster API project](https://github.com/kubernetes-sigs/cluster-api/) start
1717

1818
With extensibility addressed, the focus shifted to features, like automatic control plane and etcd management, health-based machine remediation, machine rollout strategies and more.
1919

20-
Fast forwarding to 2021, with lots of companies using Cluster API to manage fleets of Kubernetes clusters running workloads in production, the community focused its effort on stabilization of both code, APIs and documentation, and on extensive test signals which inform Kubernetes releases.
20+
Fast forwarding to 2021, with lots of companies using Cluster API to manage fleets of Kubernetes clusters running workloads in production, the community focused its effort on stabilization of both code, APIs, documentation, and on extensive test signals which inform Kubernetes releases.
2121

2222
With solid foundations in place, and a vibrant and welcoming community that still continues to grow, it was time to plan another iteration on our UX for both new and advanced users.
2323

24-
Enter ClusterClass and manage topologies, tada!
24+
Enter ClusterClass and Managed Topologies, tada!
2525

2626
## ClusterClass
2727

2828
As the name suggests, ClusterClass and managed topologies are built in two parts.
2929

30-
The idea behind ClusterClass is simple: let’s define the shape of your cluster once, and then reuse it many times, abstracting the complexities and the internals of a Kubernetes cluster away.
30+
The idea behind ClusterClass is simple: define the shape of your cluster once, and reuse it many times, abstracting the complexities and the internals of a Kubernetes cluster away.
3131

3232
![Defining a ClusterClass](/images/blog/2021-10-04-clusterclass-and-managed-topologies/clusterclass.svg)
3333

@@ -84,11 +84,11 @@ apiVersion: cluster.x-k8s.io/v1beta1
8484
name: vsphere-cluster
8585
```
8686
87-
The possibilities are endless; you can get a default ClusterClass from the community, “off-the shelf” classes from your vendor of choice, “certified” classes from the platform admin in your company, or even create custom ones for advanced scenarios.
87+
The possibilities are endless; you can get a default ClusterClass from the community, “off-the-shelf” classes from your vendor of choice, “certified” classes from the platform admin in your company, or even create custom ones for advanced scenarios.
8888
8989
## Managed Topologies
9090
91-
Managed topologies let you put the power that ClusterClass provides into action.
91+
Managed Topologies let you put the power of ClusterClass into action.
9292
9393
Given a ClusterClass, you can create many Clusters of a similar shape by providing a single resource, the Cluster.
9494
@@ -136,7 +136,7 @@ There are a lot of great ideas and opportunities ahead!
136136
137137
We want to make managed topologies even more powerful and flexible, allowing users to dynamically change bits of a ClusterClass according to the specific needs of a Cluster; this will ensure the same simple and intuitive UX for solving complex problems like e.g. selecting machine image for a specific Kubernetes version and for a specific region of your infrastructure provider, or injecting proxy configurations in the entire Cluster, and so on.
138138
139-
Stay tuned for what comes next, and if you have any question, comment or suggestion:
139+
Stay tuned for what comes next, and if you have any questions, comments or suggestions:
140140
141141
* Chat with us on the Kubernetes [Slack](http://slack.k8s.io/):[#cluster-api](https://kubernetes.slack.com/archives/C8TSNPY4T)
142142
* Join the SIG Cluster Lifecycle [Google Group](https://groups.google.com/g/kubernetes-sig-cluster-lifecycle) to receive calendar invites and gain access to documents

0 commit comments

Comments
 (0)