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: docs/book/src/reference/glossary.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ A temporary cluster that is used to provision a Target Management cluster.
26
26
### Bootstrap provider
27
27
28
28
Refers to a [provider](#provider) that implements a solution for the [bootstrap](#bootstrap) process.
29
-
Bootstrap provider's interaction with Cluster API is based on what is defined in the [Cluster API contract](#contract).
29
+
Bootstrap provider's interaction with Cluster API is based on what is defined in the [Cluster API contract](#contract).
30
30
31
-
See [CABPK](#cabpk).
31
+
See [CABPK](#cabpk).
32
32
33
33
# C
34
34
---
@@ -132,6 +132,12 @@ See [core provider](#core-provider)
132
132
133
133
The Cluster API execution model, a set of controllers cooperating in managing the Kubernetes cluster lifecycle.
134
134
135
+
### Cluster Infrastructure
136
+
137
+
or __Kubernetes Cluster Infrastructure__
138
+
139
+
Defines the **infrastructure that supports a Kubernetes cluster**, like e.g. VPC, security groups, load balancers, etc. Please note that in the context of managed Kubernetes some of those components are going to be provided by the corresponding abstraction for a specific Cloud provider (EKS, OKE, AKS etc), and thus Cluster API should not take care of managing a subset or all those components.
140
+
135
141
### Contract
136
142
137
143
Or __Cluster API contract__
@@ -155,7 +161,7 @@ See [KCP](#kcp).
155
161
156
162
### Core provider
157
163
158
-
Refers to a [provider](#provider) that implements Cluster API core controllers; if you
164
+
Refers to a [provider](#provider) that implements Cluster API core controllers; if you
159
165
consider that the first project that must be deployed in a management Cluster is Cluster API itself, it should be clear why
160
166
the Cluster API project is also referred to as the core provider.
161
167
@@ -196,7 +202,7 @@ see [Server](#server)
196
202
197
203
### Infrastructure provider
198
204
199
-
Refers to a [provider](#provider) that implements provisioning of infrastructure/computational resources required by
205
+
Refers to a [provider](#provider) that implements provisioning of infrastructure/computational resources required by
200
206
the Cluster or by Machines (e.g. VMs, networking, etc.).
201
207
Infrastructure provider's interaction with Cluster API is based on what is defined in the [Cluster API contract](#contract).
202
208
@@ -205,7 +211,7 @@ When there is more than one way to obtain resources from the same infrastructure
205
211
206
212
For a complete list of providers see [Provider Implementations](providers.md).
207
213
208
-
### Inline patch
214
+
### Inline patch
209
215
210
216
A [patch](#patch) defined inline in a [ClusterClass](#clusterclass). An alternative to an [external patch](#external-patch).
211
217
@@ -269,6 +275,10 @@ See also: [Server](#server)
269
275
270
276
Perform create, scale, upgrade, or destroy operations on the cluster.
271
277
278
+
### Managed Kubernetes
279
+
280
+
Managed Kubernetes refers to any Kubernetes cluster provisioning and maintenance abstraction, usually exposed as an API, that is natively available in a Cloud provider. For example: [EKS](https://aws.amazon.com/eks/), [OKE](https://www.oracle.com/cloud/cloud-native/container-engine-kubernetes/), [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service), [GKE](https://cloud.google.com/kubernetes-engine), [IBM Cloud Kubernetes Service](https://www.ibm.com/cloud/kubernetes-service), [DOKS](https://www.digitalocean.com/products/kubernetes), and many more throughout the Kubernetes Cloud Native ecosystem.
281
+
272
282
### Managed Topology
273
283
274
284
See [Topology](#topology)
@@ -306,7 +316,7 @@ A generically understood combination of a kernel and system-level userspace inte
306
316
# P
307
317
---
308
318
309
-
### Patch
319
+
### Patch
310
320
311
321
A set of instructions describing modifications to a Kubernetes object. Examples include JSON Patch and JSON Merge Patch.
0 commit comments