Skip to content

Commit

Permalink
chore(docs): grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 8, 2025
1 parent a8c0cf7 commit 3270677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-ControlPlane/cotrol_plane_intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Control Planes

There are two control planes used in the Retina project: Hubble and the legacy control plane. Both control planes creates metrics and traces which are generated by the eBPF data plane, which has a single implementation. Only one control plane should be deployed at a given time. Helm charts for the deployment are found under `deploy/hubble/manifests/controller/helm/retina` and `deploy/legacy/manifests/controller/helm/retina`.
There are two control planes used in the Retina project: Hubble and the legacy control plane. Both control planes create metrics and traces which are generated by the eBPF data plane, which has a single implementation. Only one control plane should be deployed at a given time. Helm charts for the deployment are found under `deploy/hubble/manifests/controller/helm/retina` and `deploy/legacy/manifests/controller/helm/retina`.

> Note: Hubble offers additional features and metrics that the legacy control plane does not support. The plan is to deprecate the legacy control plane in favor of Hubble. For further documentation on Hubble, check [Cilium/Hubble repository](https://github.com/cilium/hubble/?tab=readme-ov-file#features) and official [Hubble metrics documentation](https://docs.cilium.io/en/stable/observability/metrics/#hubble-metrics)

0 comments on commit 3270677

Please sign in to comment.