Auto client side field level encryption by application running on Kubernetes

Hi, have a java application connecting to Mongo Atlas 6.0. The application is docker containerized and deployed on Kubernetes (cloud platform). Would like to enable automatic client side field level encryption. How to make mongocryptd available to the application running on Kubernetes?

I tried initContainer to copy mongocryptd to a specific mount point and refer it. But the application is going into CrashLoop with mongocryptd not available.

Hello Pradeep_CS1 and welcome!

There is a nice example here using docker and kubernetes that you may help.

Cynthia