https://github.com/paranoiasystem/api_manager_cncf_tool
https://github.com/paranoiasystem/api_manager_cncf_tool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paranoiasystem/api_manager_cncf_tool
- Owner: paranoiasystem
- Created: 2023-05-04T14:24:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T15:44:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T02:44:30.997Z (about 1 year ago)
- Language: Go
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api_manager_cncf_tool
This is a simple example of how to use the CNCF tools to build a simple API manager.
CNCF graduated project used:
- [Envoy](https://www.envoyproxy.io/)
- [OPA](https://www.openpolicyagent.org/)
- [Prometheus](https://prometheus.io/)
plus [Grafana](https://grafana.com/) for seeing the metrics.
Find out what graduated project means [here](https://www.cncf.io/projects/#:~:text=Project%20maturity%20levels).

# Work in progress
King is a Go application, it's a simple control plane for Envoy.
---
## How to run
```bash
docker compose up -d
curl --location 'http://localhost:10000/api/rnk/character/1' --header 'x-auth-token: peppe'
```