It is a simple recipe to spin-up a Kong API Gateway using Kind for kubernetes for development purposes.
- Go to kind folder
- Execute script
./kind.shNote: It will configure the kubectl tool.
- Go to kong folder
- Execute script
./kong.shIt requires port-forwards to access without further configuration to add them, e.g.:
kubectl port-forward deploy/your-deployment-kong 8001:8001