Hacker News new | ask | show | jobs
by nouney 2006 days ago
I don't get it, how do you configure nginx with a YAML file?
1 comments

You don't directly. You add some extra lines of yaml to an k8s ingress resource, nginx detects this and updates itself. A single nginx container can service many ingresses for each of your apps. The idea is to distribute the config to the app manifests they are related to