The Envoy proxy is the basis for the Microgateway Engine. It has been enriched with Airlock-specific features which can be configured with the corresponding CRs. If a feature available as a native Envoy filter is missing in these CRs, the CR EnvoyHTTPFilter
can be used to prepend such a native Envoy filter. The CR EnvoyCluster
allows configuring additional clusters if a native Envoy filter relies on it. For the CRs EnvoyHTTPFilter
and EnvoyCluster
, the Envoy configuration language must be used.
- When do I have to configure an EnvoyCluster?
- Envoy filters that connect to an upstream service require configuring the corresponding cluster with CR EnvoyCluster.
- Envoy filters that do their work without an external cluster do not need an
EnvoyCluster
configured.