The Microgateway Engine is built on the basis of the Envoy proxy and enriched with Airlock-specific features. For complex problems, it may therefore be useful to also investigate the underlying Envoy configuration.
To simplify this task we have created a CustomResource EnvoyConfiguration
which contains the Envoy configuration.
The following example shows the output of such a CustomResource and explains its components.
Example output:
Spec.Envoy Resources
– Contains the Envoy configuration.Status.Conditions
– Shows whether the configuration is synchronized/active on Airlock Engine.Status.Xds
– Shows the different Envoy resources and their status.
The CustomResource EnvoyConfiguration
is not intended to be created or changed manually. This resource is composed out of the other Airlock Microgateway CustomResources and will be overwritten by the Airlock Microgateway Operator.