Environment setup
Release Notice
GoodData.CN ready for Kubernetes will be published during May 2021. Stay tuned and watch GoodData Developers website.
We leave the setup of Kubernetes cluster to you. There are endless possibilities how to provision the Kubernetes infrastructure and it is out of scope of this documentation.
However, if you decide to go with Amazon AWS, Google Cloud or Microsoft Azure, below you will find reference examples of Redis and Postgres services provisioning.
Note
You can optionally decide to skip the usage of supplemental services from your cloud provider
and GoodData.CN Helm Chart will install required systems as subcharts. It may be handy for the initial
testing of the deployment, for the production use we recommend to use the provided Postgres and Redis services
from your provider. To do so see the options in the values.yaml
file of the GoodData.CN and documentation for configuration
of deployRedisHA
and deployPostgresHA
properties.