@@ -147,7 +147,7 @@ as well. You can find examples of the resources created for each type of provide
147
147
148
148
At this stage, you already have a ready tenant Kubernetes cluster, but so far, it contains nothing
149
149
but API workers and a few core plugins that are standardly included in the installation of any
150
- Kubernetes cluster: ** kube-proxy** and ** coredns ** . For full integration, you will need to install
150
+ Kubernetes cluster: ** kube-proxy** and ** CoreDNS ** . For full integration, you will need to install
151
151
several more components:
152
152
153
153
To install additional components, you can use a separate
@@ -243,13 +243,14 @@ management API of the management cluster.
243
243
244
244
### Konnectivity
245
245
246
- There's another additional component I'd like to mention - Konnectivity. You will likely need it
247
- later on to get webhooks and the API aggregation layer working in your tenant Kubernetes cluster.
248
- This topic is covered in detail in one of my
246
+ There's another additional component I'd like to mention -
247
+ [ Konnectivity] ( https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/ ) .
248
+ You will likely need it later on to get webhooks and the API aggregation layer working in your
249
+ tenant Kubernetes cluster. This topic is covered in detail in one of my
249
250
[ previous article] ( /blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable-server-farm/#webhooks-and-api-aggregation-layer ) .
250
251
251
252
Unlike the components presented above, Kamaji allows you to easily enable Konnectivity and manage
252
- it as one of the core components of your tenant cluster, alongside kube-proxy and coredns .
253
+ it as one of the core components of your tenant cluster, alongside kube-proxy and CoreDNS .
253
254
254
255
## Conclusion
255
256
0 commit comments