Create a service.
kraft cloud service create [FLAGS] EXTERNAL:INTERNAL[/HANDLER]
# Create a service with a single service listening on port 443 named "my-service"$ kraft cloud service create -n my-service 443:8080/http+tls
-c, --certificate strings Set the certificates to use for the service-d, --domain strings Specify the domain names of the service-L, --hard-limit uint Set the hard limit for the service-h, --help help for create-n, --name string Specify the name of the service-o, --output string Set output format. Options: table,yaml,json,list,raw (default "table")-l, --soft-limit uint Set the soft limit for the service-s, --subdomain strings Set the subdomains to use when creating the service
--metro string Unikraft Cloud metro location--token string Unikraft Cloud access token
kraft cloud service
: Manage services on KraftCloudFeel free to ask questions, report issues, and meet new people.