You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ The [Cluster API project](https://github.com/kubernetes-sigs/cluster-api/) start
17
17
18
18
With extensibility addressed, the focus shifted to features, like automatic control plane and etcd management, health-based machine remediation, machine rollout strategies and more.
19
19
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.
21
21
22
22
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.
23
23
24
-
Enter ClusterClass and manage topologies, tada!
24
+
Enter ClusterClass and Managed Topologies, tada!
25
25
26
26
## ClusterClass
27
27
28
28
As the name suggests, ClusterClass and managed topologies are built in two parts.
29
29
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.
31
31
32
32

The possibilities are endless; you can get a default ClusterClass from the community, “off-theshelf” 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.
88
88
89
89
## Managed Topologies
90
90
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.
92
92
93
93
Given a ClusterClass, you can create many Clusters of a similar shape by providing a single resource, the Cluster.
94
94
@@ -136,7 +136,7 @@ There are a lot of great ideas and opportunities ahead!
136
136
137
137
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.
138
138
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:
140
140
141
141
* Chat with us on the Kubernetes [Slack](http://slack.k8s.io/):[#cluster-api](https://kubernetes.slack.com/archives/C8TSNPY4T)
142
142
* 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