skupper service create
Create a skupper service
Synopsis
Create a skupper service
skupper service create <name> <port...> [flags]
Options
--aggregate string The aggregation strategy to use. One of 'json' or 'multipart'. If specified requests to this service will be sent to all registered implementations and the responses aggregated.
--bridge-image string The image to use for a bridge running external to the skupper router
--enable-ingress string Determines whether access to the Skupper service is enabled in this site. Valid values are Always (default) or Never.
--event-channel If specified, this service will be a channel for multicast events.
--generate-tls-secrets If specified, the service communication will be encrypted using TLS
-h, --help help for create
--protocol string The mapping in use for this service address (tcp, http, http2) (default "tcp")
--tls-cert string K8s secret name with custom certificates to encrypt the communication using TLS
Options inherited from parent commands
-c, --context string The kubeconfig context to use
--kubeconfig string Path to the kubeconfig file to use
-n, --namespace string The Kubernetes namespace to use
--platform string The platform type to use [kubernetes, podman]
SEE ALSO
- skupper service - Manage skupper service definitions