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

Place common labels on workflows and platform services #483

Closed
rgolangh opened this issue Jun 6, 2024 · 0 comments · Fixed by #482
Closed

Place common labels on workflows and platform services #483

rgolangh opened this issue Jun 6, 2024 · 0 comments · Fixed by #482
Assignees

Comments

@rgolangh
Copy link
Contributor

rgolangh commented Jun 6, 2024

There's a need to select efficiently workflows and their respective
services. Having the common kubernetes labels allow a single selector:

       podSelector:
         matchExpressions:
           - { key: app.kubernetes.io/component, operator: In, values:
             ["data-index-service", "jobs-service", "serverless-workflow"


One good use of those labels would be for NetworkPolicy to catch all relevant pods in a single pod selector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎯 Done
1 participant