istio-ecosystem / sail-operator

The Sail Operator is able to install and manage the lifecycle of the Istio control plane in an Kubernetes & OpenShift cluster.
Apache License 2.0
42 stars 28 forks source link

[FEATURE]Add doc/example for adding an egress gateway #379

Open longmuir opened 1 month ago

longmuir commented 1 month ago

Is this the right place to submit this?

Feature Description

Though an Egress Gateway is optional, unlike Istio's demo profile or Maistra.io's operator, the sail operator does not automatically create an Egress for users. Though this is intentional, it creates an onboarding gap for users (as reported by a customer). It could be resolved with an example configuration for an Egress gateway that is documented, to bring users to a similar point that they would be with the demo profile or Maistra operator.

Additional Information

No response

fjglira commented 1 month ago

@pbajjuri20 can you take a look at this? This is a good first issue. You can follow the upstream guides and add the docs sections to deploy a working egress gateway with sail operator

pbajjuri20 commented 1 month ago

Sure, will work on it.