@ -93,9 +93,33 @@ To set up a private data source connection, follow these steps:
1. Connect to Grafana Cloud using the ssh or the pdc agent in the same directory as your private key, and the certificate and known_hosts file Grafana Labs provided to you.
There are two options for connecting: SSH, or the PDC Agent Docker image.
There are three connecting options: Kubernetes, SSH, or the PDC Agent Docker image.
- **Option 1:** Using SSH
- **Option 1:** Using Kubernetes
Create a Kubernetes secret with the private key and the certificate and known_hosts file Grafana Labs provided.
The following list contains the environment variables used in the previous commands:
- ${PDC_GATEWAY}: The URL of the private data source connect in Grafana Cloud. The Grafana team will give you this URL. The URL follows the format `grafana-private-datasource-connect-<cluster>.grafana.net`
- ${SLUG}: The name of the stack you want to connect to your data source. For example, the stack `test.grafana.net` has the slug `test.`
- ${NAMESPACE}: The Kubernetes namespace for the pdc-agent.
@ -118,7 +142,7 @@ To set up a private data source connection, follow these steps:
- ${PDC_GATEWAY}: The URL of the private data source connect in Grafana Cloud. The Grafana team will give you this URL. The URL follows the format `private-datasource-connect-<cluster>.grafana.net`
- ${SLUG}: The name of the stack you want to connect to your data source. For example, the stack `test.grafana.net` has the slug `test.`
- **Option 2:** Using the [pdc-agent](https://github.com/grafana/pdc-agent) docker [image](https://hub.docker.com/r/grafana/pdc-agent/tags)
- **Option 3:** Using the [pdc-agent](https://github.com/grafana/pdc-agent) docker [image](https://hub.docker.com/r/grafana/pdc-agent/tags)