SSL handshake fails between Kibana/APMServer and Elasticsearch after custom certificate setting on Elasticsearch

@lsnyder @Bingu_Shim : It seems, you were able to deploy Elastic and Kibana using ECK and custom certificate. Can one of you please share working yaml and commands:

  • elastic and Kibana yaml
  • create secrete command or yaml file

Need it to deploy it to Azure (AKS).

Thanks in advance.

Hello @nikunjbanker

I did posted sample yaml HERE

and this is command that I used.

kubectl create secret generic <my secret> --from-file=ca.crt=<Root CA File>.crt --from-file=tls.crt=<my crt file>.crt --from-file=tls.key=<my key file>.key