Deploying Kong Gateway on Kubernetes with PostgreSQL
1. Verify Helm Installatino
$ helm version
version.BuildInfo{
Version:"v3.8.2",
GitCommit:"6e3701edea09e5d55a8ca2aae03a68917630e91b",
GitTreeState:"clean",
GoVersion:"go1.17.5"
}
2. Configure Kong Helm Chart
Donwload the Kong Helm chart and modify the values.yaml:
databaseConfig:
type: "po ...
Posted on Fri, 25 Sep 2026 16:52:41 +0000 by pneudralics