Installation Guide ================================ The RI Platform is deployed as a Kubernetes cluster with two conceptual entities: a **control plane** and a **data plane**. .. raw:: html The **control plane** consists of core application services like the web server and user management. The **data plane** executes the machine learning testing suite on your models and data, generating test results for the control plane to serve to users. These two entities can be deployed in multiple configurations, depending on your organization's needs. .. TODO add a lean table that compares the 3 options Managed Cloud ```````````````````````````````` .. TODO Add a page regarding anonymization, when available! In this configuration, Robust Intelligence hosts and manages **both planes** in a dedicated environment for your organization. .. toctree:: :maxdepth: 1 installation_guide/managed_cloud/arch_overview.md Self-Hosted ```````````````````````````````` In this configuration, **both planes** are hosted in your organization’s private cloud. .. toctree:: :maxdepth: 1 installation_guide/self_hosted/arch_overview.md installation_guide/self_hosted/requirements.md installation_guide/self_hosted/configuration.md installation_guide/self_hosted/deployment.md installation_guide/self_hosted/upgrade.md Cloud ```````````````````````````````` In this configuration, Robust Intelligence hosts and manages the **control plane** on behalf of your organization, and the **data plane** remains within your environment. .. toctree:: :maxdepth: 1 installation_guide/cloud/arch_overview.md installation_guide/cloud/requirements.md installation_guide/cloud/agent_configuration.md installation_guide/cloud/deployment.md installation_guide/cloud/upgrade.md installation_guide/cloud/local.md