Automated service creation on ingress deployment via DaemonSet
#7725 aperta il 9 mag 2024
Metriche repository
- Star
- (25.672 star)
- Metriche merge PR
- (Merge medio 2g 19h) (63 PR mergiate in 30 g)
Descrizione
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