Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 588 Bytes

Docker for kong

Spectral lint workflow

Getting started

cd compose
docker-compose up -d #start in detached mode
docker-compose ps #view status of the containers
docker run -d -p8081:8081 shanelee007/greetings-api:latest

Access konga at http://localhost:9000/#!/dashboard

Gitops approach

Follow along here

Kong consumer

References

konga setup