Connect your cloud accounts to LevelCompute and show us what your current machine inventory looks like. Our tools will estimate how many futures you need to run your workload, and allow you to tweak that estimate.
Book compute for as many months as you need. Don't worry about buying too much: you can always sell unused months back to the market
Fund your account and schedule your purchase. Compute will become available in the form of ASUs when your future settles
Use our hosted Kubernetes service to run application on your newly purchased compute.
Connect your cloud accounts to LevelCompute and show us the instances you want to sell.
Install our machine image and join the LevelCompute virtual cloud. Once we have confirmed that your machine is online and suitable for sale, you can participate in our market.
We'll handle everything after your future settles: you don't have to worry about facilitating buyer workloads on your newly sold instance. Cash will be deposited in your account within two days of settlement.
contrition~> lcadm compute instances list
PROJECT ASUs vCPUs RAM(GB)
lcdemo 9 9 36
www 1 1 4
# Start database using Google image
contrition~> lcadm run lcdemo-db --image=gcr.io/LevelCompute/lcdemo-db:v1 --port 5432
OK
# Start application using Amazon image
contrition~> lcadm run lcdemo-app --image=6684554.dkr.ecr.useast.amazonawws.com/lcdemo-app:v1 --port 8080
OK
contrition~> lcadm get pods
NAME READY ASUs STATUS RESTARTS AGE
lcdemo-db-20180301125421 1/1 1 Running 0 4s
lcdemo-app-20180301125421 1/1 2 Running 0 2s