Problem with dns in kibana - lb

Hi,
this is my kibana yml file:

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
  name: quickstart
spec:
  version: 7.6.2
  count: 1
  elasticsearchRef:
    name: cdbridgerpayelasticsearch
  http:
    service:
        spec:
            type: LoadBalancer
    tls:
      selfSignedCertificate:
        subjectAltNames:
        - ip: 160.46.176.15
        - dns: hulk.example.com

It ran very well:

$ kubectl get kibana
W0615 07:40:37.541308 812 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead.
To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
NAME HEALTH NODES VERSION AGE
kibana 7h11m
quickstart green 1 7.6.2 16h
quickstartcd green 1 7.6.2 7m52s

I can access the kibana with the external ip:

kubectl get svc
W0615 07:35:53.700904 793 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead.
To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
cdbridgerpayelasticsearch-es-default ClusterIP None 9200/TCP 16h
cdbridgerpayelasticsearch-es-http ClusterIP 10.4.5.165 9200/TCP 16h
cdbridgerpayelasticsearch-es-internal-http ClusterIP 10.4.11.236 9200/TCP 16h
cdbridgerpayelasticsearch-es-transport ClusterIP None 9300/TCP 16h
kubernetes ClusterIP 10.4.0.1 443/TCP 17h
quickstart-kb-http LoadBalancer 10.4.6.250 35.202.76.151 5601:32471/TCP 16h
quickstartcd-kb-http LoadBalancer 10.4.11.58 35.225.81.200 5601:30239/TCP 3m9s

the screen

but,
I cant access with the dns:

image of the screen with the hostname

what can I do?
thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.