Add a Gateway Instance
A gateway instance is a proxy that handles traffic. Gateway instances belong to gateway groups.
This document describes how to add a gateway instance to a gateway group.
Prerequisites
- Obtain a user account with Super Admin or Runtime Admin role.
- Add a gateway group. This tutorial assumes that you have created a gateway group named
Production
.
If you use a platform like OpenShift, you must grant Security Context Constraints (SCC) to API7 Enterprise in advance.
Steps
- Docker
- Kubernetes
Click the Production gateway group and then click Add Gateway Instance.
Follow the instructions on the page to perform the following operations.
- Set the HTTP port ID and HTTPS port ID to
9080
and9443
respectively. - (Optional) set the gateway instance name to
test
.
- Set the HTTP port ID and HTTPS port ID to
Click Generate to get the commands that are used to add the gateway instance to the Production gateway group.
Open a terminal and run the generated commands.
Click the Production gateway group and then click Add Gateway Instance.
Follow the instructions on the page to perform the following operations.
- Set Helm Release Name to
api7-ee-3-gateway
. - Set Namespace to
api7-ee
. - Set Replicas to
1
.
- Set Helm Release Name to
Click Generate to get the commands or YAML configurations that are used to add the gateway instance to the Production gateway group.
For CLI users, open a terminal and run the generated commands.
For YAML file users, update and apply your YAML configuration file.