- Buat file logging (gateway.log) di dalam folder logs (plugin log file)
- docker compose up
- Buat koneksi dari konga ke kong dengan menggunakan nama kontainer atau ip pada jaringan yang sama , contoh :
- http://kong:8001 (akses ke kontainer kong melalui internal network)
- http://192.168.102.103:8001 (akses ke kontainer kong melalui internet)
- 1 servis = 1 host = n route
- bisa menggunakan consumer untuk apply rule ke spesific route atau services
- JWT atau API KEY
- API KEY (set api key di spesific route ,atur melalui consumer)
- JWT (set jwt iss dan secret)
- masih pakai log file (butuh riset lebih lanjut)
https://docs.konghq.com/gateway/latest/get-started/proxy-caching/
https://docs.konghq.com/gateway/latest/get-started/rate-limiting/
https://docs.konghq.com/gateway/latest/get-started/load-balancing/
CATATAN : untuk menguji load balancer matikan plugin cache terlebih dahulu karena kalo cache hidup maka kong akan (juga) menggunakan cache dan tidak menggunakan servis lainnya