Skip to content

Support provisioning nginx as DaemonSet #3120

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

Open
Tracked by #1508
sjberman opened this issue Feb 11, 2025 · 2 comments
Open
Tracked by #1508

Support provisioning nginx as DaemonSet #3120

sjberman opened this issue Feb 11, 2025 · 2 comments
Labels
enhancement New feature or request refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week
Milestone

Comments

@sjberman
Copy link
Collaborator

sjberman commented Feb 11, 2025

As a user of NGF
I want the ability to provision nginx as a DaemonSet in my cluster
So that I can ensure at least one is running on every node to achieve very high availability within my cluster.

Acceptance

  • Support deploying nginx as a DaemonSet instead of a Deployment
  • Only one type is allowed to be configured at any time
  • Supports the same container/pod fields as the Deployment config supports

Dev Notes

  • Provisioning mode will default to Deployment, but we should also support deploying nginx as a DaemonSet
@mpstefan
Copy link
Member

What use case does this help enable?

@sjberman
Copy link
Collaborator Author

This could mainly help with availability when certain nodes go down, you know that you'll have nginx running on any living nodes.

@mpstefan mpstefan added this to the v2.0.0 milestone Feb 25, 2025
@mpstefan mpstefan added refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants