You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the creation of an Experiment, is possible to create a service just passing the service name in the template of each pod to be created. Example:
As showed above, the selector used by the service is rollouts-pod-template-hash, instead of the labels applied to the pod template. Additionally, cannot be configured in a different kind of service (i.e. LoadBalancer, Port, NodePort...)
Use Cases
Customize the service can be used for
Select an appropriate kind of service (useful when you are in a Kubernetes provider)
Do not reconfigure scrapping configuration in monitoring / observability tools (i.e. Prometheus) in order to gather metrics exposed by experiment's pods
Add pods into the service out of the scope of the experiment. I.E. you want to mix some pods running in production under the same experiment service.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
During the creation of an Experiment, is possible to create a service just passing the service name in the template of each pod to be created. Example:
When the experiment is created, the services created looks like this (I'll just show just one):
As showed above, the selector used by the service is rollouts-pod-template-hash, instead of the labels applied to the pod template. Additionally, cannot be configured in a different kind of service (i.e. LoadBalancer, Port, NodePort...)
Use Cases
Customize the service can be used for
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: