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

Egress tutorial #1247

Open
2 tasks
Tracked by #419
strekm opened this issue Jan 16, 2025 · 0 comments
Open
2 tasks
Tracked by #419

Egress tutorial #1247

strekm opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@strekm
Copy link
Contributor

strekm commented Jan 16, 2025

Description

Create tutorial explaining how to route outgoing traffic through Istio Egress component. Tutorial should match style of other tutorials. Tutorial should describe basic scenario on how traffic from a workload to external service can be routed through Istio Egress Gateway. Outgoing traffic should be limited to Egress only. https://httpbin.org/ should act as external service. Tutorial should roughly follow scenario:

  • enable egress
  • create test istio injected namespace
  • deploy test application
  • deploy NetworkPolicy to limit egress traffic from test namespace to kube-system and to istio-system
  • test that external service a is not reachable
  • create corresponding Istio resources to allow routing to external service a only through egress (Gateway, DestinationRule, VirtualService)
  • test that external service a is reachable

PRs

  • ...

ACs [PO]

  • ...

DoD [Developer & Reviewer]

  • Provide documentation.

Attachments
https://istio.io/latest/docs/tasks/traffic-management/egress/egress-gateway/
part of #419

@strekm strekm added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 16, 2025
@werdes72 werdes72 assigned werdes72 and unassigned werdes72 Jan 20, 2025
@barchw barchw self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants