Environment setup
How you configure your Kubernetes cluster is your choice. That topic is out of the scope of this documentation.
However, we have provided reference examples of Redis and Postgres services provisioning for the following platforms:
- Amazon AWS
- Google Cloud
- Microsoft Azure
Note
Optionally, you can skip the usage of supplemental services from your cloud provider
and GoodData.CN Helm Chart will install the required systems as subcharts. While it may be useful for the initial
testing of the deployment, we recommend you use the provided Postgres and Redis services
from your provider for the production environment. See the options in the values.yaml
file of the GoodData.CN documentation for the configuration
of deployRedisHA
and deployPostgresHA
properties.
Postgres version
Please note that GoodData.CN requires Postgress 11. GoodData.CN is not compatible with Postgres 12 and 13.