AWS EKS
Prerequisites
Section titled “Prerequisites”- An existing EKS cluster
- Postgres cluster
- Prometheus server
- One or more Valkey instances
- Github or Google OAuth credentials
Download EKS kubeconfig
Section titled “Download EKS kubeconfig”Make sure you have CLUSTER_NAME
, REGION
, and PROFILE
environment variables set.
aws eks update-kubeconfig \ --name ${CLUSTER_NAME} \ --region ${REGION} \ --profile ${PROFILE}
Defaults
Section titled “Defaults”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.
helm show values oci://ghcr.io/platformatic/helm --version "^4.0.0" > values.yaml