Assembling a deployment command v1
For a quick installation with the aim of testing the product, see Quick start.
For more targeted testing or production purposes, you can assemble a command to deploy EDB Postgres Distributed for Kubernetes with the operand and proxy image versions of your choice.
Prerequisites
Gather the following information:
Assembling your command
Replace the placeholders in <...>
with the gathered information:
After assembling the command with the required images, see Installation for instructions on how to add the repository, deploy the images, and create a certificate issuer.
Examples
These example commands:
- Pull images from the
k8s_enterprise_pgd
repository. - Use EBD Postgres Advanced Server 15.6.2 as the Postgres option.
- Use PGD 5.4.1 as the Postgres Distributed version.
- Use 5.4.0 as the PGD Proxy version.
Example 1: Setting the environment variables before you run the deployment command
Set the environment variables for the deployment command:
Set the environment variable to pull images from the
k8s_enterprise_pgd
repository:Set the environment variable to use your personal token:
Set the environment variable to use EBD Postgres Advanced Server 15.6.2 as the Postgres option and PGD 5.4.1 as the Postgres Distributed version:
Set the environment variable to use 5.4.0 as the PGD Proxy version:
Run the deployment command:
Example 2: Replacing the placeholders manually
Set the environment variable to use your personal token:
Insert the repository, image, and proxy names into the command:
- On this page
- Prerequisites
- Assembling your command