https://github.com/activeguild/configmap
https://github.com/activeguild/configmap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/activeguild/configmap
- Owner: activeguild
- Created: 2021-09-25T04:34:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T02:38:14.000Z (over 4 years ago)
- Last Synced: 2025-10-13T13:43:43.458Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```