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

Offer option to create private functions #2566

Open
rhuss opened this issue Nov 5, 2024 · 2 comments
Open

Offer option to create private functions #2566

rhuss opened this issue Nov 5, 2024 · 2 comments

Comments

@rhuss
Copy link
Contributor

rhuss commented Nov 5, 2024

You can deploy Knative Services so that they are not exposed to the outside of the cluster: https://knative.dev/docs/serving/services/private-services/

This is especially useful when building up an event mesh where the function is just reacting on events.

It would be great if func could offer an option to create the necessary labels on the deployed Knative Service to shield the user from the internal mechanics. If in the future func should also work with vanilla K8s Deployments and Ingress, this option would just create a Deployment and K8s Service, no Ingress, so its not necessarily Knative service specific.

Copy link
Contributor

github-actions bot commented Feb 4, 2025

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 4, 2025
@rhuss
Copy link
Contributor Author

rhuss commented Feb 4, 2025

/remove-lifecycle stale

@knative-prow knative-prow bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 4, 2025
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