https://github.com/ramesherrorhunter/kustomize
kustomize the k8s manifest file.
https://github.com/ramesherrorhunter/kustomize
kubectl kubernetes kubernetes-deployment kustomization kustomize
Last synced: 12 months ago
JSON representation
kustomize the k8s manifest file.
- Host: GitHub
- URL: https://github.com/ramesherrorhunter/kustomize
- Owner: ramesherrorhunter
- Created: 2025-01-18T13:41:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:33:01.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:25:04.345Z (over 1 year ago)
- Topics: kubectl, kubernetes, kubernetes-deployment, kustomization, kustomize
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kustomize
kustomize the k8s manifest file.
## set alias for long running commands
`alias k="kubectl kustomize"`
## cd to base dir
`cd base`
## run kustomize to view k8s manidest file (already set alias)
`k .`
## to apply manifest kustomization run
`kubectl apply -k kustomization.yml`