Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: override reading time and words

because ultralink issue when less or greater than signs in YAML code block

+3
+3
starlight/src/content/docs/blog/setup-kubernetes-with-cilium-and-cloudflare.md
··· 12 12 cover: 13 13 alt: A beautiful cover image with the text "Kubernetes" 14 14 image: ../../../../public/blog/setup-kubernetes-with-cilium-and-cloudflare.png 15 + metrics: 16 + readingTime: 360 17 + words: 1099 15 18 --- 16 19 17 20 Working with [Docker](https://github.com/docker) Containers can be hard. However, there are tools which enhance the management of containers, like [Kubernetes](https://github.com/kubernetes). Actually, Kubernetes is the only tool to my knowledge which acts as a management software for Docker Containers. Kubernetes is well-integrated in almost all cloud providers, like Google Cloud, Azure and AWS. As a result, it has a standardized `yaml`-syntax, which is great for small developers because they can switch between `The Big Three` with low effort.