You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like the existing PHP + Nginx containers can be in a single pod, I was wondering if we can have something similar for Node.js + Nginx.
The reason why this is useful is that Nginx gives you a lot of flexibility (e.g. redirects and HTTP Authentication) and offloads Node.js from having to do this.
At the moment it is possible to have Node.js and Nginx as distinct pods, this is just less ideal when scaling is needed to be done. It would be nice to scale Nginx containers with the application containers.
The text was updated successfully, but these errors were encountered:
Much like the existing PHP + Nginx containers can be in a single pod, I was wondering if we can have something similar for Node.js + Nginx.
The reason why this is useful is that Nginx gives you a lot of flexibility (e.g. redirects and HTTP Authentication) and offloads Node.js from having to do this.
At the moment it is possible to have Node.js and Nginx as distinct pods, this is just less ideal when scaling is needed to be done. It would be nice to scale Nginx containers with the application containers.
The text was updated successfully, but these errors were encountered: