Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to combine Nginx + Node.js containers in a single pod #3839

Open
seanhamlin opened this issue Nov 4, 2024 · 0 comments
Open

Ability to combine Nginx + Node.js containers in a single pod #3839

seanhamlin opened this issue Nov 4, 2024 · 0 comments
Labels
2-build-deploy Build & Deploy subsystem

Comments

@seanhamlin
Copy link
Contributor

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.

@seanhamlin seanhamlin added the 2-build-deploy Build & Deploy subsystem label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-build-deploy Build & Deploy subsystem
Projects
None yet
Development

No branches or pull requests

1 participant