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