PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
10 stars 0 forks source link

Apply 'app' and 'version' labels to Server Pods #119

Closed mitchnielsen closed 4 weeks ago

mitchnielsen commented 4 weeks ago

Applies 'app' and 'version' labels to Server Pods. This is a fairly common Kubernetes standard, and also allows better tracing in Kiali for Istio mesh network visualization.

Reference: https://linear.app/prefect/issue/PLA-410/istio-investigate-ambient-mode#comment-3ade7c6c

Related to https://linear.app/prefect/issue/PLA-422/reintroduce-kiali-to-cloud2-cluster-deployment

Related to PLA-410