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.