What is the main benefit of using a Kubernetes ConfigMap for application settings?
It chooses which node runs every pod.
It separates non-secret configuration data from the container image and application code.
It automatically encrypts all passwords and credentials.
It stores the container image layers inside the Kubernetes API.