An open API service indexing awesome lists of open source software.

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.

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`