doctl auth init
doctl k8s cluster create --region=tor1 rio-demo
curl -sfL https://get.rio.io | sh -
rio install --http-port 80 --https-port 443
rio run --name simple-server https://github.com/MarkBennett/simple-server.git
Use rio ps
to watch the default/simple-server
spin up. Explain more about Rio and how it works while I wait.
Open GitHub and make a change to the repo. Show rio detecting the change and staging a new verion.
rio revisions default/simple-server
Show off the diagnostics while it runs.
rio ps -a
rio domain register rio-demo.markbennett.ca default/simple-server