Setup Parity for your cluster
Parity securely integrates into your cluster via an egress-only service,remediator
.
We provide a helm chart to deploy Parity into your cluster.
To set it up, follow these steps. If you have any issues, please reach out to us at founders@tryparity.com.
Generate API Key (pre-requisite)
You can generate an API key here.Remediator Installation
The remediator is a Kubernetes pod that runs in your cluster and provides Parity with insight into your cluster’s health. By default, it has read-only access to your cluster. It works via secure egress-only access strictly to our API. If you don’t yet havehelm
installed, follow the relevant installation instructions here before continuing on.
-
Add the Parity helm-charts repo by running
-
Run the command
Replace
<NAMESPACE>
with a new namespace of your choice (ex.parity
), and<YOUR_API_KEY>
with the API key you generated earlier.<YOUR_CLUSTER_NAME>
can be any name of your chosing, but must be unique within your organization.
helm upgrade
to do so. For example, if we wanted remediator
to have write access to our cluster, we’d run
--reuse-values
to preserve the API key and tag that you set in the installation.