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 service resolution #68

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Support service resolution #68

merged 2 commits into from
Mar 16, 2022

Conversation

pleshakov
Copy link
Contributor

This PR introduces ServiceStore component that stores services
and supports resolving service namespace and name into its ClusterIP.

In the future, the component will be extended to support Endpoints.

Example of the output of running the Gateway:

. . .
{Op:1 Host:{Value:cafe.example.com PathRouteGroups:[{Path:/ Routes:[{MatchIdx:0 RuleIdx:0 Source:0xc000407200}]} {Path:/coffee Routes:[{MatchIdx:0 RuleIdx:0 Source:0xc000407500}]} {Path:/tea Routes:[{MatchIdx:0 RuleIdx:0 Source:0xc000124900}]}]}}
Service default/main error: service default/main doesn't exist
Service default/coffee: 10.96.137.50:80
Service default/tea: 10.96.23.88:80
. . .

This commit introduces ServiceStore component that stores services
and supports resolving service namespace and name into its ClusterIP.

In the future, the component will be extended to support Endpoints
@pleshakov pleshakov merged commit 452af34 into main Mar 16, 2022
@pleshakov pleshakov deleted the service-store branch March 16, 2022 18:30
@pammecrandall pammecrandall added the enhancement New feature or request label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants