ELK on k8s with security enabled

I am planning to deploy Elastic Stack on kubernetes, I found many different ready made solutions in github (elastic official and others). But I didnt find anyone enabling transport and http security. Can you please let us know if we have any source where I can get the charts/scripts with which I can deploy ELK in k8s environment with security enabled?

Or is there any other way we can enable xpack without enabling security?

Hi, when using ECK security and TLS are enabled by default on both the http and the transport layer.

You can disable TLS for HTTP as described here. You can also allow access to your clusters without authentication by enabling anonymous access.