Skip to content

Latest commit

 

History

History

user

API Gateway Module

What Is API Gateway?

API Gateway provides functionalities that allow you to expose and secure APIs by using Ory Oathkeeper and the Istio Service Mesh resources.

Kyma API Gateway Operator

Kyma API Gateway Operator is an extension to the Kyma runtime that manages the application of API Gateway's configuration and handles resource reconciliation. Within Kyma API Gateway Operator, there are two controllers: APIGateway Controller, which applies the configuration specified in the APIGateway custom resource (CR), and APIRule Controller, which applies the configuration specified in the APIRule CR.

Kyma API Gateway Operator Overview

Prerequisites

You must enable the Istio module to be able to use the API Gateway module.

Useful Links

To learn how to use the API Gateway module, read the documentation in the user directory. It contains:

If you are interested in the detailed documentation of Kyma API Gateway Operator's design and technical aspects, check the contributor directory.