Installation and upgrades
Kubernetes
EDB Postgres Distributed for Kubernetes can be installed using the provided Helm chart.
If you don't have Helm installed yet, follow these instructions to install it in your system.
After Helm is installed, add the repository:
Important
You need access to the private EDB repository where both the operator and operand images are stored. Access requires a valid EDB subscription plan. See Accessing EDB private image registries for details.
Given that the container images for both the operator and the selected operand
are in EDB's private registry, you need your credentials to enable helm
to
retrieve them.
Make sure to replace your repo and token in the following command:
In particular:
- Set
@@REPOSITORY@@
to the name of the repository, as explained in Which repository to choose?. - Set
@@TOKEN@@
to the repository token for your EDB account, as explained in How to retrieve the token.
Be sure to create a cert issuer before you start deploying PGD clusters. The Helm chart prompts you to do this, but in case you miss it, you can, for example, run:
Info
For more details on the Helm chart, see the Helm chart repo documentation.
With the operators and a self-signed cert issuer deployed, you can start creating PGD clusters. See the Quick start for an example.
Red Hat OpenShift
If you're trying to install EDB Postgres Distributed for Kubernetes on Red Hat OpenShift, see Red Hat OpenShift, which contains information on the certified operator maintained by EDB.
- On this page
- Kubernetes
- Red Hat OpenShift