Consul
Deploy API Gateway for Kubernetes
This topic describes how to use Consul API Gateway.
Requirements
Complete the following steps to use Consul API Gateway in your network.
- Verify that the requirements have been met.
- Verify that the Consul API Gateway CRDs and controller have been installed and applied. Refer to Installation for details.
Configuration
Configure your Gateway and Routes as described in Consul API Gateway Configuration.
values.yaml
```yaml
  apiGateway:
    enabled: true
    managedGatewayClass:
```
Apply configurations
Issue the kubectl apply command to implement the configurations:
  $ kubectl apply -f gateway.yaml routes.yaml