Hi
I have followed the 2.8.0 quickstart guide to the letter
I have used the own certificate method and the sites are secure, I am happy with that.
I have configured DNS and load balancing, and the pods and services look great
NAMESPACE              NAME                                        READY   STATUS    RESTARTS     AGE
kube-system            hostpath-provisioner-69cd9ff5b8-wcxld       1/1     Running   3 (4d ago)   69d
kubernetes-dashboard   dashboard-metrics-scraper-7bc864c59-lr5j8   1/1     Running   1 (4d ago)   16d
kube-system            calico-kube-controllers-68fd98d89c-n8gsv    1/1     Running   2 (4d ago)   7d21h
metallb-system         speaker-frjss                               1/1     Running   1 (4d ago)   17d
kube-system            coredns-6f5f9b5d74-8sksf                    1/1     Running   2 (4d ago)   69d
kubernetes-dashboard   kubernetes-dashboard-85b98b98bb-jz47b       1/1     Running   2 (4d ago)   16d
ingress                nginx-ingress-microk8s-controller-tdwpk     1/1     Running   2 (4d ago)   69d
kube-system            calico-node-7c95t                           1/1     Running   1 (4d ago)   7d21h
metallb-system         controller-5fd797fbf7-xkl4w                 1/1     Running   2 (4d ago)   17d
elastic-system         elastic-operator-0                          1/1     Running   0            147m
default                quickstart-es-default-0                     1/1     Running   0            100m
default                quickstart-kb-7494df9bf9-mjnm5              1/1     Running   0            36m
and the services
NAMESPACE              NAME                          TYPE           CLUSTER-IP       EXTERNAL-IP    PORT(S)                  AGE
default                kubernetes                    ClusterIP      10.152.183.1     <none>         443/TCP                  69d
kube-system            kube-dns                      ClusterIP      10.152.183.10    <none>         53/UDP,53/TCP,9153/TCP   69d
metallb-system         webhook-service               ClusterIP      10.152.183.31    <none>         443/TCP                  17d
kubernetes-dashboard   kubernetes-dashboard          LoadBalancer   10.152.183.17    10.200.17.42   443:32282/TCP            16d
kubernetes-dashboard   dashboard-metrics-scraper     ClusterIP      10.152.183.139   <none>         8000/TCP                 16d
elastic-system         elastic-webhook-server        ClusterIP      10.152.183.38    <none>         443/TCP                  141m
default                quickstart-es-transport       ClusterIP      None             <none>         9300/TCP                 93m
default                quickstart-es-internal-http   ClusterIP      10.152.183.81    <none>         9200/TCP                 93m
default                quickstart-es-default         ClusterIP      None             <none>         9200/TCP                 93m
default                quickstart-es-http            LoadBalancer   10.152.183.49    10.200.17.41   9200:31780/TCP           93m
default                quickstart-kb-http            LoadBalancer   10.152.183.82    10.200.17.43   5601:30683/TCP           29m
When I navigate to https://elastic.my-domain:9200
I supply username and password and it looks great
But when I got to https://kibana.my-domain:5601
i get an error saying
"Kibana server is not ready yet"
I know I did not miss a step in the quickstart, what could the issue be?