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

[overlay] collect few examples of kustomize vs ytt overlay to be included in docs #50

Open
cppforlife opened this issue Aug 28, 2019 · 3 comments
Labels
discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution

Comments

@cppforlife
Copy link
Contributor

cppforlife commented Aug 28, 2019

comparison comes up pretty often so it would be nice to document some common comparisons.

@cppforlife cppforlife added the discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution label Aug 28, 2019
@cppforlife
Copy link
Contributor Author

@cppforlife cppforlife changed the title collect few examples of kustomize vs ytt overlay to be included in docs [overlay] collect few examples of kustomize vs ytt overlay to be included in docs Dec 24, 2019
@lukasmrtvy
Copy link

lukasmrtvy commented Apr 5, 2020

AFAIK:

ytt:

  • terraform provider
  • better templating ( usually infrastructure secrets referenced in terraform for boostraping )

kustomize:

  • better support for cloud native well-known toolset ( flux, argo, etc ), it does not need to be direct integration, but examples..
  • kustomize integration in kubectl ( old version, but still )
  • no official terraform provider ( no templating without leaking secrets in tf diffs )

Did You consider to distribute ytt as krew plugin ?

@cppforlife
Copy link
Contributor Author

better support for cloud native well-known toolset ( flux, argo, etc ), it does not need to be direct integration, but examples..

that's worth mentioning in docs on how to integrate with argo, and others.

Did You consider to distribute ytt as krew plugin ?

not really. what do you think will be main advantage vs just using ytt binary directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
Projects
Status: To Triage
Development

No branches or pull requests

2 participants