Skip to content

Latest commit

 

History

History

kube-kong

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Spike to set kong as the ingress controller in k8s

This also uses KongIngress to set timeout for a specific service

  • Create local kind cluster with sh scripts/create-kind.sh
  • Create the resources terraform apply
  • Apply the ingress which forwards to kong kubectl apply -n dev -f ingress.yml

Cleanup

  • terraform destroy
  • sh scripts/delete-kind.sh