Kubernetes - ConfigMaps
If you run the command:
What will be the result of
kubectl create configmap test-config --from-literal=app=web --from-literal=version=1.0
What will be the result of
kubectl describe configmap test-config?