Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:00:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T22:55:52.170Z (about 1 month 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
![Spectral lint workflow](https://github.com/shavo007/docker-kong/workflows/Run%20Spectral%20on%20Pull%20Requests/badge.svg)
## 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)
![Kong consumer](./gitops/kong_consumer.png)
## References
[konga setup](https://dev.to/vousmeevoyez/setup-kong-konga-part-2-dan)