This repository contains tests involving the API Gateway Kong. It involves two fake Golang APIs.
To clone this repository, run:
$ git clone https://
$ cd KONG-PROJECTS
-
Make (version version 4.3)
- How to install?
apt
- How to install?
-
Ansible (version version 4.3)
- How to install?
apt
- How to install?
-
Python (version 3.10.6)
- How to install?
apt
- How to install?
We will use the Ansible to install the Docker and Docker Compose services.
Run the following command to execute the docker-compose.yaml
:
$ make
If everything was okay, you should see something similar to this:
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Run the following command:
$ make clean