training-exercises-pre-requisites
You will use Docker and a Kong Docker Compose image for the training exercises. In addition, we will us a utility called HTTpie, so that we can visualize HTTP request and responses easily. Before you attend class, please make sure your computer has these perquisites installed
Community Edition
Enterprise Edition
Kong version: 0.11.X
Pre-Requisites
-
Install Docker: Docker Community Edition - You will use Docker containers to install all the components necessary to get started with your Kong environment.
-
Download Kong Docker Compose: Get the Latest Docker Compose Kong Image - This is a pre-built template that will install and link all the Docker containers to get you started.
-
Install HTTPie: Get HTTPie - In lieu of CURL commands, you will use HTTP commands. This allows you to visualize the HTTP request/responses for training purposes.