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

RFC: Which style should the CLI follow? (kubectl -k or standalone) #5

Open
bittner opened this issue Jan 25, 2020 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@bittner
Copy link
Member

bittner commented Jan 25, 2020

kustomize-wrapper is meant to be a very thin, almost unnoticeable integration layer of Python and kustomize. Convenience features should come in where it makes sense (installing, running integrated tools).

This makes sense to not irritate or confuse users who know kustomize already.

Different styles already out there

Interestingly, there are already 2 types of "kustomize" CLI implementations out there:

  • Integrated in kubectl (e.g. kubectl kustomize builds/shows, kubectl apply -k applies a configuration)
  • Standalone (e.g. kustomize shows usage, kustomize build builds/shows a configuration)

With the current CLI implementation kustomize-wrapper leans towards the kustomize CLI that is integrated into kubectl. But is this really a good idea? Which style should our CLI follow?

Cc @srueg

@bittner bittner added the help wanted Extra attention is needed label May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant