Skip to content

Commit 3a85e20

Browse files
committed
Apply suggestions from code review
Signed-off-by: Andrei Kvapil <[email protected]>
1 parent e636d5b commit 3a85e20

File tree

1 file changed

+6
-5
lines changed
  • content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-3

1 file changed

+6
-5
lines changed

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-3/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ as well. You can find examples of the resources created for each type of provide
147147

148148
At this stage, you already have a ready tenant Kubernetes cluster, but so far, it contains nothing
149149
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
151151
several more components:
152152

153153
To install additional components, you can use a separate
@@ -243,13 +243,14 @@ management API of the management cluster.
243243

244244
### Konnectivity
245245

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
249250
[previous article](/blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable-server-farm/#webhooks-and-api-aggregation-layer).
250251

251252
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.
253254

254255
## Conclusion
255256

0 commit comments

Comments
 (0)