This is example helm chart for Kong Kubernetes deployment.
- Generate the keys
- Run the charts
Command
certs/generateCPDPwssCerts.sh
Generate
- CA cert
- CP cert for WSS
- DP cert for WSS
Command certs/generateCPendpointCerts.sh
Generate the * cert for all the https enpo The same * cert is used to keep the example simple for control plane and data plane.
View the script helm_setup.sh
to check how to deploy kong.
Command
helm_setup.sh clean
Delete all the charts and namespaces.
Command
helm_setup.sh
Install helm chart for first time.
Command
helm_setup.sh upgrade
Upgrade existing helm deployment. After first install
- certs Certificates are stored here
- charts All the helm chart values are stored here
- conf Sample dummy configuration for Kong is stored here