Category: Kubernetes, yaml

by Kubernetes is a fantastic foundation for an application platform, but it is just that: a foundational component. In order for K8s to be useful for application developers the following components must be added to Kubernetes: ingress, an API gateway, and observability; you need to get user traffic into your applications, and you need to be able to understand what is going on.

My attempts at composing my Ingress setup and platform config by copying and pasting StackOverflow YAML snippets never ends well...

With this tool you simply answer a few simple questions about your Kubernetes cluster setup (or intended setup) and a series of battle-hardened YAML config files are then automatically generated for you to download and apply to your cluster.

Related Articles