Hi,
I am running below textAnalytics Image on kubernetes and getting error InternalServerError.
Image url: mcr.microsoft.com/azure-cognitive-services/textanalytics/language:latest

Hi,
I am running below textAnalytics Image on kubernetes and getting error InternalServerError.
Image url: mcr.microsoft.com/azure-cognitive-services/textanalytics/language:latest

@sanm-7576 I have run the container on kubernetes by following the steps mentioned here and it seems to work as expected.
I am not sure if changing the port could be an issue as i see in your screen shot. My cluster is deployed on azure kubernetes service. The yaml though, needs a slight update with the latest version of the API. I just had to add the field selector to the file with apps/v1 apiVersion.
selector:
matchLabels:
app: language-app
Image used: mcr.microsoft.com/azure-cognitive-services/language

Do you have any logs from your deployment that could indicate a specific error?
8 people are following this question.