Well, my question is really short and hopefully simple? Is it possible to add a cacerts
file automatically in every pod in a specific Kubernetes cluster?
According to this article it's possible by creating a ConfigMap and add this to the path /etc/ssl/certs/
. But is it possible to achieve this on a higher level so that all pods in a Kubernetes cluster have this cacerts
file?