Hi
I’m building a web app that runs the usual: PHP-FPM, MySQL, Redis et al. Our local development uses Docker Compose to spin up the containers along with NGINX as the webserver.
When I come to implement this on K8s will I need to deploy a Pod with NGINX to be the web server which sits behind our current NGINX Ingress? Or will the Ingress try to act as the web server?
Thanks all.
Andrew