Skip to content

activeguild/configmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

configmap

https://www.google.co.jp/amp/s/kakakakakku.hatenablog.com/entry/2020/08/25/091308%3famp=1 https://blog.mosuke.tech/entry/2019/06/21/kustomize/ https://tech.recruit-mp.co.jp/infrastructure/post-20439/ https://kubernetes.io/ja/docs/reference/kubectl/cheatsheet/

command

minikube start
kubectl get configmap
kubectl get configmap test-json -o json
kubectl get pods -l app=nginx
kubectl apply -f ./base/deployment.yaml
kubectl delete deployment nginx-deployment
kubectl apply -k ./
kubectl exec nginx-deployment-749d88f8ff-8x8xl  -- cat /etc/config/test.json

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors