I need to separate the configurations from the application and create different configmap of Kubernetes or .env files for different environments, including:
- Local
- Development
- Production
Could you please suggest which approach is better for this purpose: using configmap of Kubernetes or .env files?
Thank you in advance for your recommendations.
which approach is best using configmap of Kubernetes or .env files and why?
New contributor