1

I'm currently working on securing communication between Elasticsearch and Fluent Bit in my Kubernetes environment. I want to implement Mutual TLS (mTLS) to enhance the security of the communication between these two components. However, I'm encountering some challenges in configuring mTLS correctly.

I would greatly appreciate any insights, suggestions, or examples on how to properly configure Mutual TLS for Elasticsearch and Fluent Bit in a Kubernetes environment. Thank you in advance for your assistance!

Note: Elasticsearch Service is exposed on LoadBalancer, and Fluent Bit will be sending logs to remote Elasticsearch.

Configuring Elasticsearch for mTLS and Configuring Fluent Bit for mTLS

"My current approach might not be optimal. Please provide guidance on how to ensure that Fluent Bit pods in Cluster East, North, and South forward their logs securely to Elasticsearch in Cluster West, utilizing Mutual Transport Layer Security (MTLS)."

2
  • Elasticsearch Service is exposed on LoadBalancer what sort of LoadBalancer? If you're terminating TLS at the load balancer then it's not possible to have mTLS between FluentBit and ES (though you can have mTLS between FB & the LB, and then the LB and ES) Commented Apr 18, 2024 at 4:59
  • My current approach might not be optimal. Please provide guidance on how to ensure that Fluent Bit pods in Cluster East, North, and South forward their logs securely to Elasticsearch in Cluster West, utilizing Mutual Transport Layer Security (MTLS). Commented Apr 19, 2024 at 18:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.