In this case, the instance name is skipper-mx4ai and the URL is https://aged-sea-o7d3c42s.fra0.kraft.host.
They are different for each run.
Use curl to query the Unikraft Cloud instance of Skipper.
Code
curl https://aged-sea-o7d3c42s.fra0.kraft.host
Code
Hello, world from Skipper on Unikraft!
At any point in time, you can list information about the instance:
Code
kraft cloud instance list
Code
NAME FQDN STATE CREATED AT IMAGE MEMORY ARGS BOOT TIMEskipper-mx4ai aged-sea-o7d3c42s.fra0.kraft.host 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
kraft cloud instance remove skipper-mx4ai
Customize your Application
To customize Skipper you can modify the example.eskip configuration file.
Learn More
Use the --help option for detailed information on using Unikraft Cloud: