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
--container-name string Use a different container name
--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
--host-ip string Host IP address used to bind service ports
--host-port strings The host ports to bind with the service (you can also use colon to map service-port to a host-port).
--label stringToString Labels to the new service (comma separated list of key and value pairs split by equals (default [])
--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
--platform string The platform type to use [kubernetes, podman]
SEE ALSO
- skupper service - Manage skupper service definitions