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

Clearly state what types you can expose using Skupper #162

Open
pwright opened this issue May 23, 2023 · 1 comment
Open

Clearly state what types you can expose using Skupper #162

pwright opened this issue May 23, 2023 · 1 comment

Comments

@pwright
Copy link
Member

pwright commented May 23, 2023

Rather than relying on https://skupper.io/docs/cli-reference/skupper_expose.html to show users what objects you can expose on the service network, it would be better to express the limits up front to users.

@pwright
Copy link
Member Author

pwright commented Aug 16, 2023

Also, "exposing services" can be ambiguous, normally it refers to services created on the van, but sometimes refers to the object you're exposing, maybe best handled by something like:

When you expose services on the service network, Skupper provides a default name for that service as follows:

Kubernetes object Default service name Notes
deployment Deployment name Use --address <name> for custom service names
service None Specify the resulting service name using --address <name>
statefulset StatefulSet name Use --address <name> for custom service names
deploymentconfig DeploymentConfig name Supported for OpenShift 3 only
pods None Not currently supported.
daemonset DaemonSet name Only supported with YAML

wdyt @ssorj

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