This repo contains a helm chart that deploys kong while also setting up splunk connect to collect data from kubernetes. This should be use for demonstration, training and experimentation only.
minikube start --cpus 4 --memory 8192
helm init --history-max 200
git clone https://github.com/wishtack/helm-kong-demo
helm install helm-kong-demo/kong-demo --name kong-demo
- 8443: https kong gateway
- 8444: https kong admin api
kubectl port-forward service/kong-demo-kong-admin 8444
kubectl port-forward service/kong-demo-kong-proxy 8443:443