Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for egress gateway component #419

Open
1 of 17 tasks
strekm opened this issue Oct 17, 2023 · 5 comments
Open
1 of 17 tasks

Support for egress gateway component #419

strekm opened this issue Oct 17, 2023 · 5 comments
Labels
area/service-mesh Issues or PRs related to service-mesh Epic kind/feature Categorizes issue or PR as related to a new feature.

Comments

@strekm
Copy link
Collaborator

strekm commented Oct 17, 2023

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:

  • Create a follow-up issue.
  • Provide unit tests.
  • Provide integration tests.
  • Provide documentation.
  • Test on a production-like environment.
  • Check the outcome of all related pipelines.
  • Verify resource limits.
  • As a PR reviewer, verify code coverage and evaluate if it is acceptable.
  • Create a release and bump in Kyma.
  • Add release notes and What's New notes for Kyma customers.

Attachments

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

@strekm strekm added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 17, 2023
@kyma-bot
Copy link
Contributor

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:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Close this issue or PR with /close

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

/lifecycle stale

@kyma-bot kyma-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 16, 2023
@strekm strekm removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 19, 2023
@strekm strekm added the Epic label Feb 21, 2024
@abbi-gaurav
Copy link
Member

One requirement from a team:

  • We need working example on how to configure Istio egress mTLS
  • When java application makes external call to some URL istio should make HTTPS connection and if server has appropriate CA attach our client certificate

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

@strekm strekm added the area/service-mesh Issues or PRs related to service-mesh label Mar 15, 2024
@i064689
Copy link

i064689 commented Mar 24, 2024

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

@a-thaler
Copy link
Contributor

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
Copy link
Collaborator Author

strekm commented Oct 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/service-mesh Issues or PRs related to service-mesh Epic kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants