OpenTofu is used to provision the infrastructure.
az login
cd tofu/
tofu apply
cd tofu/
echo "$(tofu output kube_config)" > ../kubeconfig
kubectl apply -R -f k8s/
Note the external IP of the OpenWebUI service:
kubectl get svc openwebui
Access your OpenWebUI at http://<EXTERNAL-IP>:8080
.