https://github.com/shavo007/docker-kong
showcase kong with OAS and spec driven development /gitops approach
https://github.com/shavo007/docker-kong
docker docker-compose kong kong-api-gateway konga
Last synced: 3 months ago
JSON representation
showcase kong with OAS and spec driven development /gitops approach
- Host: GitHub
- URL: https://github.com/shavo007/docker-kong
- Owner: shavo007
- License: apache-2.0
- Created: 2020-12-22T05:20:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:00:56.000Z (over 3 years ago)
- Last Synced: 2025-05-14T15:16:47.170Z (about 1 year ago)
- Topics: docker, docker-compose, kong, kong-api-gateway, konga
- Language: Shell
- Homepage:
- Size: 23.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker for kong

## Getting started
```bash
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
## Gitops approach
Follow along [here](./gitops/README.md)

## References
[konga setup](https://dev.to/vousmeevoyez/setup-kong-konga-part-2-dan)