Free evaluation v1

EDB Postgres for Kubernetes is available for a free evaluation. The process is different between Vanilla/Community PostgreSQL and EDB Postgres Advanced.

Refer to License and License keys for terms and more details.

Evaluating PostgreSQL

By default, EDB Postgres for Kubernetes installs the latest available version of Community PostgreSQL. The operator automatically generates an implicit trial license for the cluster that lasts for 30 days.

This license is ideal for evaluation, proof of concept, integration with CI/CD pipelines, and so on.

PostgreSQL container images are available at quay.io/enterprisedb/postgresql.

Evaluating EDB Postgres Advanced Server

You can use EDB Postgres for Kubernetes with EDB Postgres Advanced Server too. You need to request a trial license key from the EDB website.

EDB Postgres Advanced container images are available at quay.io/enterprisedb/edb-postgres-advanced.

Once you have received the license key, you can use EDB Postgres Advanced Server by setting in the spec section of the Cluster deployment configuration file:

  • imageName to point to the quay.io/enterprisedb/edb-postgres-advanced repository
  • licenseKey to your license key (in the form of a string)

Please refer to the full example in the configuration samples section.