This set up exposes the dashboard on port 8080 without authentication.
Please modify default.toml as needed.
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 TIMEtraefik-wqe7e holy-cherry-rye39b1x.fra0.kraft.host running 8 minutes ago traefik@sha256:f6dd913a8... 512 MiB /usr/bin/traefik -configFile /etc/traefik/... 53661us
When done, you can remove the instance:
Code
kraft cloud instance remove traefik-wqe7e
Customize your Application
To customize Traefik application you can modify the default.toml configuration file.
Learn More
Use the --help option for detailed information on using Unikraft Cloud: