To start learning how Kong Mesh works, run and secure a simple demo application that consists of two services:
-
demo-app: a web application that lets you increment a numeric counter and listens on port 5000. -
redis: data store for the counter.
flowchart LR demo-app(demo-app :5000) redis(redis :6379) demo-app --> redis