Skip to content

lfavreli/kong-training-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kong Training Material

Prerequisites

  • Docker installed - Should display the current Docker version
docker -v
  • Existence of the kong-net network
docker network create --subnet=172.18.0.0/16 kong-net
  • Existence of the pgdata and esdata volumes
docker volume create pgdata
docker volume create esdata

Repository structure

✅ Develop custom plugin 🡆 Go to ./custom-plugin

✅ Setup an ELK stack for logging 🡆 Go to ./elk-logging

About

🦍 Public material for Kong training

Resources

License

Stars

Watchers

Forks