Ready to Use Templates for onctl
onctl is a tool to manage virtual machines in multi-cloud.
Check π https://docs.onctl.io for detailed documentation
What onctl brings
- π Simple intuitive CLI to run VMs in seconds.
- β
οΈ Supports multi cloud providers (aws, azure, gcp, hetzner, more coming soonβ¦)
- π Sets your public key and Gives you SSH access with
onctl ssh <vm-name>
- β¨ Cloud-init support. Set your own cloud-init file
onctl up -n qwe --cloud-init <cloud.init.file>
- π€ Use ready to use templates to configure your vm. Check onctl-templates
onctl up -n qwe -a k3s/k3s-server.sh
- ποΈ Use your custom local or http accessible scripts to configure your vm.
onctl ssh qwe -a <my_local_script.sh>