-
Notifications
You must be signed in to change notification settings - Fork 712
How is the envoy gateway kubernetes service name defined? #2141
Copy link
Copy link
Closed
Labels
kind/decisionA record of a decision made by the community.A record of a decision made by the community.kind/questionFurther information is requestedFurther information is requestedstale
Description
I would like to be able to set a name for the generated envoy service, or at least make sure the name doesn't ever change.
➜ kubectl get service -n envoy-gateway-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
envoy-envoy-gateway-system-eg-656e766f ClusterIP 172.20.249.184 <none> 80/TCP 27d
envoy-gateway ClusterIP 172.20.94.26 <none> 18000/TCP,18001/TCP 28d
envoy-gateway-metrics-service ClusterIP 172.20.0.145 <none> 8443/TCP 28d
Here the name of my eg service, is envoy-envoy-gateway-system-eg-656e766f What components make up this service name? Will it always be the same value?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/decisionA record of a decision made by the community.A record of a decision made by the community.kind/questionFurther information is requestedFurther information is requestedstale