Linode
OPS has support for creating unikernel images and deploying them as instances to Linode.
Pre-requisites
Create a token and export it:
Image Operations
Create Image
List Images
You can list existing images on Linode with ops image list
.
Delete Image
ops image delete <imagename>
can be used to delete an image from Linode.
Instance Operations
Create Instance
You need to export TOKEN
.
List Instances
You can list instance on Linode using ops instance list
command.
You need to export TOKEN
:
Get Logs for Instance
Delete Instance
Volume Operations
Create Volume
List Volumes
Delete Volume
Attach Volume
Detach Volume
Last updated