In this case, the instance name is skipper-mx4ai and the address is https://aged-sea-o7d3c42s.fra.unikraft.app.
They're different for each run.
Use curl to query the Unikraft Cloud instance of Skipper.
Code(bash)
curl https://aged-sea-o7d3c42s.fra.unikraft.app
Code(text)
Hello, world from Skipper on Unikraft!
You can list information about the instance by running:
Code(bash)
kraft cloud instance list
Code(text)
NAME FQDN STATE CREATED AT IMAGE MEMORY ARGS BOOT TIMEskipper-mx4ai aged-sea-o7d3c42s.fra.unikraft.app running 1 minute ago skipper@sha256:5483eaf... 128 MiB /usr/bin/skipper -address :9090 -routes-f... 43709us
When done, you can remove the instance:
Code(bash)
kraft cloud instance remove skipper-mx4ai
Customize your app
To customize Skipper you can change the example.eskip configuration file.
Learn more
Use the --help option for detailed information on using Unikraft Cloud: