Replies: 1 comment 2 replies
-
@gperdomor any thoughts ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @gperdomor
First I would like to thank you for that project. I'm using extensively the
nx-container
executor in my projects.Because in my company we are deploying to Kubernetes I started to create couple of Nx executors for the Kubernetes ecosystem.
I would like to share those executors with the community so I though to start an open source project. But what's painful at the moment is the profusion of Nx plugins all over Github. Moreover, some of the executors have dependency to
@nx-tools/container-metadata
. So I though it might be better to publish those executors and generators in your project to have more visibility and support on the long term.Most of the time those executors are just wrapper around the command line (e.g kustomize) but sometimes there's a bit of logic.
So at the moment this is the list of executors I developed:
kustomize
: Build kubernetes manifests with kustomizekubectl
: Runkubectl apply
k3d
: Create local Kubernetes cluster with K3Dgitops
: Executor editing a Kustomize app in GitHub (only)I also create a generator to create a typical
kustomize
project structure.Please let me know what do you think.
Regards,
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions