Skip to content

claudioed/kong-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kind Kong

It is a simple recipe to spin-up a Kong API Gateway using Kind for kubernetes for development purposes.

Creating cluster

  1. Go to kind folder
  2. Execute script
./kind.sh

Note: It will configure the kubectl tool.

Installing kong

  1. Go to kong folder
  2. Execute script
./kong.sh

Admin Port

It requires port-forwards to access without further configuration to add them, e.g.:

kubectl port-forward deploy/your-deployment-kong 8001:8001

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages