Skip to content

Latest commit

 

History

History

ConfigMap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ConfigMap

Deploy

# Navigate to k8sHub repo
cd k8sHub
kubectl apply -f k8s101/ConfigMap/configmap_sample.yaml

Verify

kubectl get deployment
kubectl describe deployment config-map-deployment

Cleanup

kubectl delete -f k8s101/ConfigMap/configmap_sample.yaml