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
Four services are exposed in the operator itself, but all of them are in the K8s cluster and accessible.
The only way, but not very flexible (cert-manager for external cert and ingress externally exposed), is to use Ingress, which is available at https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md
I would like to expose AWS NLB from the collector definition as a k8s service as bellow.
AWS NLB with ACM cert termination is the simplest way to implement and expose in k8s.
It would be great to be able to add a custom service in the operator collector scope.
The text was updated successfully, but these errors were encountered:
Four services are exposed in the operator itself, but all of them are in the K8s cluster and accessible.
The only way, but not very flexible (cert-manager for external cert and ingress externally exposed), is to use Ingress, which is available at https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md
I would like to expose
AWS NLB
from the collector definition as a k8s service as bellow.AWS NLB
withACM
cert termination is the simplest way to implement and expose in k8s.It would be great to be able to add a custom service in the operator collector scope.
The text was updated successfully, but these errors were encountered: