Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.
Architecture for EKS
Components and their description.
The following architectural diagram illustrates the main components in the deployment of the product on EKS.

| Component | Description |
|---|---|
| Ingress Controller | The Ingress controller acts as the single point of entry for the requests provided by a user. |
| Ingress rule | The Ingress rule routes the requests to the Classification service. |
| Classification pods | The classification service deployment contains the classification service pods. Based on the load of requests, the pods for the classification service will scale horizontally to meet the demand. New pods are created when a certain threshold is reached. The pods are fronted by a load balancer that directs requests from the Ingress controller. Based on the load and availability, the requests are distributed amongst the pods. |
| Service provider deployment | The Service deployment contain the images of the Presidio and the Roberta service providers. The requests sent by Classification service are received by these pods for the classification of data. Similar to the classification service deployment, these pods will scale horizontally to meet the request load demand. |