-
-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
Description
Developing webhooks (validator / mutator) with the SDK is kind of cumbersome because one needs to start the operator and then open ngrok or localtunnel connections and then register the url within Kubernetes.
With https://github.com/Sebazzz/LocaltunnelClient it could be possible (investigate) to create a localtunnel connection during app startup and register the developer instance directly in Kubernetes while debugging the code.
So, if the SDK detects webhooks, the developer experience should be that the SDK creates a localtunnel and directyl registers the webhook configuration within Kubernetes during startup and clears the config on termination.