cvat icon indicating copy to clipboard operation
cvat copied to clipboard

Azure Kubernetes Service: Helm Chart w/ External Port

Open ifTaylor opened this issue 9 months ago • 0 comments

Actions before raising this issue

  • [X] I searched the existing issues and did not find anything similar.
  • [X] I read/searched the docs

Is your feature request related to a problem? Please describe.

I'm not able to access the application from a service with an external port. I have deployed the cluster to an Azure Kubernetes Service by setting the cluster subscription, downloading cluster credentials, and following the deployment process. I am not able to attribute the nginx external loadbalancer IP that ASK provides within the values.override.yaml. Services are running, but I am not able to access the application.

Describe the solution you'd like

  1. Provide a LoadBalancer service.
  2. Help attributing the AKS nginx external IP.

Describe alternatives you've considered

docker-compose up -d using the docker-compose.yaml works flawlessly. I tried to convert the file using kompose, but was not able to get that working either.

Additional context

No response

ifTaylor avatar May 09 '24 15:05 ifTaylor