For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use an External Service

You may want to refer to an external service rather than the small-scale services running in the cluster from a reference deployment.

Examples include:

  • PostgreSQL

  • Kafka

  1. You should create your secret values in a secure location and reflect them in Kubernetes Secrets.

  2. The name of the secret should be the one already used by the respective deployment, e.g. ess-webid-postgres-credentials for the WebID Service database

  3. Continue with the rest of the Applying Your Customizations procedure.

Last updated