๐Watchable Resources
Watchable Resources are resources that can access the /watch
endpoint in order to poll the changes over one or more resources. Typically, this can happen on any resource on which you can run kubectl get some-crd --watch
upon.
For example, on basic resources (the default K8s ones), many resources like Service or Secret come with a watchable implementation.
You can read more about how to watch a resource.
Calling watch from the ingress route can be done so:
Or in case you created a ingressRoute
macro:
Last updated