Add a Gateway Instance
This tutorial describes how to add a gateway instance to a gateway group.
Prerequisites
info
If you use a platform like OpenShift, you must grant Security Context Constraints (SCC) to API7 Enterprise in advance.
Steps
- Docker
- Kubernetes
- Select Gateway Instances under your gateway group, for example,
default
. - 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
.
- Click Generate to get the commands that are used to add the gateway instance to the gateway group.
- Open a terminal and run the generated commands.
- Select Gateway Instances under your gateway group, for example,
default
. - 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
.
- 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.
Additional Resources
- Key Concepts
- Getting Started