Custom nginx.conf from ConfigMap in Kubernetes
I have Kubernetes set up in a home lab and I am able to get a vanilla implementation of nginx running from a deployment. The next step is to have a custom nginx.conf file for the configuration of nginx. For this, I am using a ConfigMap. When I do this, I no longer receive the nginx index page when I navigate to http://192.168.1.10:30008 (my local ip address