···1212cover:
1313 alt: A beautiful cover image with the text "Kubernetes"
1414 image: ../../../../public/blog/setup-kubernetes-with-cilium-and-cloudflare.png
1515+metrics:
1616+ readingTime: 360
1717+ words: 1099
1518---
16191720Working 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.