Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Kustomize to simplify config and secret management #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

djjudas21
Copy link

Use Kustomize to simplify config and secret management by using configMapGenerator and secretGenerator resources, and shell scripts. Support for Kustomize is native in kubectl.

As a bonus you can also deploy this whole example with one command. Ordering and waiting for other resources is not necessary, as this is automatic.

kubectl apply -k .

@djjudas21 djjudas21 requested a review from arianitu February 17, 2020 15:21
@arianitu
Copy link
Owner

This is pretty cool, just going to review when Kustomize was added into kubectl, I don't necessarily want people not able to use this if they are on an older version of Kubernetes.

@djjudas21
Copy link
Author

As far as I can tell, Kustomize was integrated into kubectl since 1.14. Before that, they can still use standalone Kustomize 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants