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

Closed
Tracked by #1508
sjberman opened this issue Feb 11, 2025 · 2 comments · Fixed by #3397
Closed
Tracked by #1508

Support provisioning nginx as DaemonSet #3120

sjberman opened this issue Feb 11, 2025 · 2 comments · Fixed by #3397
Assignees
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
@sjberman sjberman self-assigned this May 21, 2025
@sjberman sjberman moved this from 🆕 New to 🏗 In Progress in NGINX Gateway Fabric May 21, 2025
@sjberman sjberman moved this from 🏗 In Progress to 👀 In Review in NGINX Gateway Fabric May 22, 2025
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in NGINX Gateway Fabric May 27, 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: Done
Development

Successfully merging a pull request may close this issue.

2 participants