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

Automated service creation on ingress deployment via DaemonSet #7725

Open
rochabr opened this issue May 9, 2024 · 0 comments
Open

Automated service creation on ingress deployment via DaemonSet #7725

rochabr opened this issue May 9, 2024 · 0 comments
Labels

Comments

@rochabr
Copy link

rochabr commented May 9, 2024

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

Describe the feature

For every dapr sidecar that gets created, a cluster ip service gets created for the sidecar. This is represented in k8s with the <appid>-dapr nomenclature.

However, when deploying nginx via a daemonset, this service is not created automatically, requiring a manual process. It'd be ideal if Dapr could handle this service creation during deployment.

This can be easily reproduced by following the DaemonSet deployment process here but adding Dapr annotations to the DameonSet yaml file.

Release Note

RELEASE NOTE: ADDED support to automated sidecar service creation for ingress controller via DaemonSet

@yaron2 yaron2 added the good first issue Good for newcomers label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants