You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to add a new probe, one need to implement probe and linker. The former pulls upstream entities (i.e. K8S objects) and inserts them into entity graph. The latter links inserted graph nodes. In other words: probes create graph nodes, whereas linkers create graph edges.
Below, an example implementation of related modules for K8S Service object:
Add Kubernetes probe for Ingress resource. Ingress elements should be linked to services.
Python client method: list_namespaced_ingress (see all methods)
In order to add a new probe, one need to implement probe and linker. The former pulls upstream entities (i.e. K8S objects) and inserts them into entity graph. The latter links inserted graph nodes. In other words: probes create graph nodes, whereas linkers create graph edges.
Below, an example implementation of related modules for K8S Service object:
The text was updated successfully, but these errors were encountered: