External Service does not work with Service Profile (external http endpoint) #8611
-
What is the issue? I created a simple external service in k8s pointing to an external http endpoint, for example, http://httpbin.org, defined also a service profile for it following the docs, After sending some requests from a deployment meshed using CURL, I cannot see the rules being applied or even service name in DST in proxy metrics, only target ip/port. I know it should not work with HTTPS based on the docs, but i guess it could work with HTTP, Am I wrong? How can it be reproduced? Possible solution Additional context Would you like to work on fixing this bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@steve-gray helped me on slack and clarified this question, basically it's not possible to get metrics from workloads not meshed in the cluster, so even the example on the web site explains that the database would be in a different namespace, so it means that both are in k8s. |
Beta Was this translation helpful? Give feedback.
@steve-gray helped me on slack and clarified this question, basically it's not possible to get metrics from workloads not meshed in the cluster, so even the example on the web site explains that the database would be in a different namespace, so it means that both are in k8s.