Skip to content

ivanopassari/docker-kong-gateway-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kong API Gateway with Docker Compose

This project demonstrates how to run Kong API Gateway using Docker Compose and configure simple routes that forward requests to backend services exposed on:

  • http://localhost:8000/test
  • http://localhost:8000/whoami

πŸš€ Prerequisites

  • Docker
  • Docker Compose

πŸ“¦ Setup

  1. Clone this repository (or copy the docker-compose.yml into a working directory).
  2. Start Kong with:
    docker-compose up -d
    

πŸ›‘ Stop

docker-compose down

About

This project demonstrates how to run Kong API Gateway using Docker Compose and configure simple routes that forward requests to backend services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors