ConfigMaps and Secrets in k8s
Tasks 1:
Create a ConfigMap for your Deployment
Create a ConfigMap for your Deployment using a file or the command line
Update the deployment.yml file to include the ConfigMap
Apply the updated deployment using the command: kubectl apply -f deplo...
neel-soni.hashnode.dev2 min read