triggermesh / tmctl

TriggerMesh Shaker CLI to create, manage and debug event-driven integration apps.
Apache License 2.0
16 stars 6 forks source link

`tmctl dump -p kubernetes-generic` #328

Closed tzununbekov closed 1 year ago

tzununbekov commented 1 year ago

Experimental, low-effort feature that enables TriggerMesh integration deployment on any Kubernetes clusters with no prerequisites - tmctl dump -p kubernetes-generic produces vanilla Kubernetes Deployment objects. Can be | kubectl apply -f -'d on "empty" Minikube. One detail to keep in mind - if integration components require external services reconciliation, this process will take place in the CLI during initial creation, just like in any other cases.

jmcx commented 1 year ago

FYI i did an update of all the CLI reference docs which now includes the new dump -kubernetes option as well as the new delete commands: https://github.com/triggermesh/docs/commit/fcb681b933bb86ee628dbff870cb86678b261b79