The Zerok Operator is part of the Zerok System, which is a set of tools for observability in Kubernetes clusters. The Zerok System works along with the OpenTelemetry Operator. Check out these docs [add link here] to learn more about how Zerok can benefit you.
The Zerok Operator is a Kubernetes operator that provides a custom resource definition (CRD) for creating probes to capture traces of interest within Kubernetes clusters. A probe is a set of rules defined by the user for capturing traces of interest. The probes are created using the ZerokProbe custom resource definition (CRD). You can refer to the ZEROKPROBE.md for details about creating the ZerokProbe CRD.
Redis needs to be installed in the cluster in zk-client namespace for the operator to work. Zerok Operator uses Redis as a backend to store the probe data. Please refer to the steps below for setting up Redis and the operator.
helm repo add zerok-ai https://zerok-ai.github.io/helm-charts
helm repo updateSee helm repo for command documentation.
Install redis in zk-client namespace. This optional step is required only if redis is not installed in the cluster.
helm install [RELEASE_NAME] zerok-ai/zk-redisInstall the Zerok Operator.
helm install [RELEASE_NAME] zerok-ai/zk-operatorSee helm install for command documentation.
helm uninstall [RELEASE_NAME]This removes all the Kubernetes components associated with the chart and deletes the release.
See helm uninstall for command documentation.
helm upgrade [RELEASE_NAME] [CHART] --installSee helm upgrade for command documentation.
Contributions to the Zerok Operator are welcome! Submit bug reports, feature requests, or code contributions.
Encounter an issue? Please file a report on our GitHub issues page with detailed information to aid in quick resolution.