I installed the dremio v2 helm chart on AKS (Azure Kubernetes) and use azure cloud shell to interact with kubernetes.
I’m really confused about this tutorial Enabling TLS for Dremio UI on Azure - Dremio
Since Azure Kubernetes doesn’t provide DNS name for nodes.
I only can connect to my master using kubectl exec as “dremio” user and can’t execute commands (need to be root to create files).
Maybe I’m missing an easier way to enable TLS ?
Thanks for your help