Is it possible to deploy image produced by Azure ML to Self managed Kubernetes using helm charts? we just want to consume the image and model.
I see that when it is deployed to an inferencecluster in AKS, there are certain ENV variables being set by Azure ML. So, want to understand if anyone has done this setup manually on custom kubernetes cluster and what are the challenges?
The reason is to deploy to cluster which is managed already by production team.