Kong Beginner - To help create service and routes

Hi,

I am beginner to Kong. We are trying to implement open source gateway for our enterprise and chose Kong OS.

We have installed Kong on on-prem kubernetes (RKE) which installed Kong gateway and ingress-controller. Could anyone please direct me to any documentation on how to create service and routes like we do in traditional Kong deployment. Thanks in Advance.

1 Like

Hi Ragunath,

Some details can be found here:

This will walk through deploying an simple echo app and exposing it as the route path /foo on the Gateway.

This architecture info may also help: Kubernetes Ingress Controller Design - v1.1.x | Kong - Open-Source API Management and Microservice Management

The Ingres rule = Kong route
Kubernetes Service = Kong service & upstream
Kubernetes pod = Kong targets