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 Cross Namespace Network traffic #1274

Open
Tracked by #683
devdattakulkarni opened this issue May 14, 2024 · 0 comments
Open
Tracked by #683

Support for Cross Namespace Network traffic #1274

devdattakulkarni opened this issue May 14, 2024 · 0 comments

Comments

@devdattakulkarni
Copy link
Contributor

In certain situations, there might be a need to break the Namespace boundary that KubePlus enforces on service instances. For example, consider a setup where there is a database that needs to be used by two application instances. The database will be registered as its own KubePlus service with its own Helm chart. The application will be packaged as a separate Helm chart. KubePlus will create an instance of the database in its namespace. The two application instances will be created in their own namespaces. But KubePlus will prevent communication between the application instances and the database instance because of the Network Policy that KubePlus by default sets up for each application instance.

Selectively allowing cross Namespace traffic will allow KubePlus to handle this scenario.

@devdattakulkarni devdattakulkarni mentioned this issue May 14, 2024
16 tasks
@devdattakulkarni devdattakulkarni changed the title Support for Cross Namespace traffic Support for Cross Namespace Network traffic May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant