Skip to content

Commit

Permalink
deprecated microservices
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Jan 8, 2025
1 parent 118c3e0 commit ffcc1f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/docs/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@ Several of our in-cluster components implement telemetry data using OpenTelemetr

## Automation and control

* The `operator` and `gateway` microservices interact to start or [schedule](scheduled-scans.md) scans.
* The `kollector` service sends information about the state of the cluster to a configured [provider](../providers.md).
* The `operator` microservice handles the [scheduling](scheduled-scans.md) and execution of scans.
* The `synchronizer` microservice sends information about the state of the cluster to a configured [provider](../providers.md). A connected provider can leverage the `synchronizer` to create OperatorCommand (CRDs), to instruct the `operator` to perform tasks such as executing scans or other supported actions of the operator.

For information on how these services interact, [check out their documentation on GitHub.](https://github.com/kubescape/helm-charts/blob/main/charts/kubescape-operator/README.md)

!!! Deprecated microservices

The kollector<sup>1</sup> and gateway<sup>2</sup> microservices were deprecated in Helm chart versions 1.24.0 and 1.25.0, respectively, and replaced by the synchronizer microservice.
> The `kollector`<sup>[1](https://github.com/kubescape/helm-charts/pull/559)</sup> and `gateway`<sup>[2](https://github.com/kubescape/helm-charts/pull/565)</sup> microservices have been deprecated and replaced by the `synchronizer` microservice in Helm chart versions 1.24.0 and 1.25.0, respectively.

## Node agent

Some functions of Kubescape require access to every node. These include controls which require [host scanning](../scanning.md#the-host-scanner), and [calculating runtime vulnerability relevancy](relevancy.md).
Expand Down

0 comments on commit ffcc1f1

Please sign in to comment.