Skip to content

AWS EKS

  • An existing EKS cluster
  • Postgres cluster
  • Prometheus server
  • One or more Valkey instances
  • Github or Google OAuth credentials

Make sure you have CLUSTER_NAME, REGION, and PROFILE environment variables set.

Terminal window
aws eks update-kubeconfig \
--name ${CLUSTER_NAME} \
--region ${REGION} \
--profile ${PROFILE}

The default values can be downloaded, if needed, but this is purely optional. The rest of the guide will assume that the defaults have not been downloaded.

Terminal window
helm show values oci://ghcr.io/platformatic/helm --version "^4.0.0" > values.yaml