Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 529 Bytes

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