kyma-project / istio

Apache License 2.0
3 stars 20 forks source link

Support for egress gateway component #419

Open strekm opened 1 year ago

strekm commented 1 year ago

Description

Atm Kyma Istio comes with Istiod and Ingress gateway enabled by default. Add possibility to enable and configure Istio egress gateway component in similar way as other components. There should be possibility to configure kubernetes resources, HPA.

TODOs:

Reasons

Adding possibility to enable egress gateway

DoD:

Attachments

https://github.com/kyma-project/istio/blob/main/docs/user/03-technical-reference/istio-custom-resource/01-30-istio-custom-resource.md

kyma-bot commented 10 months ago

This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

You can:

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

abbi-gaurav commented 8 months ago

One requirement from a team:

@strekm, please comment if this would be feasible or not. if not, what are the alternates

i064689 commented 7 months ago

@strekm could you please help us with a working example on how to configure Istio egress mTLS

a-thaler commented 7 months ago

We need to understand if the egress gateway is also just another envoy proxy where access logs can be enabled the same way as with ingress gateway, and enrich the documentation accordingly.

strekm commented 1 week ago

We need to understand if the egress gateway is also just another envoy proxy where access logs can be enabled the same way as with ingress gateway, and enrich the documentation accordingly.

@a-thaler egress is just another proxy. i did not find any ingress / egress specific configuration where it comes to access logs so it is safe to assume this is common.