Created
August 3, 2021 05:37
-
-
Save tamalsaha/ce189c619c3794034ee9c9a081271710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ civo template list | |
+--------------------------------------+---------------+-------------+-------+ | |
| ID | Name | Version | Label | | |
+--------------------------------------+---------------+-------------+-------+ | |
| ed8a0ad5-5fe3-4ec7-9864-d54c894b8841 | 1.20.0-k3s1 | 1.20.0-k3s1 | | | |
| f3931c6d-066a-4210-8d33-d24fc43220ec | 1.20.0-k3s2 | | | | |
| ec0d4f71-068a-4226-b9a8-dab99c489eb6 | 1.21.2-k3s1 | 1.21.2-k3s1 | | | |
| 22552dcf-aea3-4403-ae62-93651932bbd7 | centos-7 | 7 | | | |
| 4204229c-510c-4ba4-ab07-522e2aaa2cf8 | debian-10 | 10 | | | |
| cddce6c9-f84e-4e4f-ab8d-7a33cab85158 | debian-9 | 9 | | | |
| 7149b763-92da-4f5c-b3fc-c2ad96d17922 | k3s-1-20 | 1.20.0-k3s1 | | | |
| 8a2f1cc5-670c-454b-b914-0cffd81f070c | k3s-1-21 | 1.21.0-k3s1 | | | |
| c3b28d45-c161-4abc-bdda-4facac38f2b1 | ubuntu-bionic | 18.04 | | | |
| 8eb48e20-e5db-49fe-9cdf-cc8f381c61c6 | ubuntu-focal | 20.04 | | | |
+--------------------------------------+---------------+-------------+-------+ | |
$ civo sizes list | |
+----------------+-------------+------------+-----+-------+-----+------------+ | |
| Name | Description | Type | CPU | RAM | SSD | Selectable | | |
+----------------+-------------+------------+-----+-------+-----+------------+ | |
| g3.xsmall | Extra Small | Instance | 1 | 1024 | 25 | Yes | | |
| g3.small | Small | Instance | 1 | 2048 | 25 | Yes | | |
| g3.medium | Medium | Instance | 2 | 4096 | 50 | Yes | | |
| g3.large | Large | Instance | 4 | 8192 | 100 | Yes | | |
| g3.xlarge | Extra Large | Instance | 6 | 16384 | 150 | Yes | | |
| g3.2xlarge | 2X Large | Instance | 8 | 32768 | 200 | Yes | | |
| g3.k3s.xsmall | Extra Small | Kubernetes | 1 | 1024 | 15 | Yes | | |
| g3.k3s.small | Small | Kubernetes | 1 | 2048 | 15 | Yes | | |
| g3.k3s.medium | Medium | Kubernetes | 2 | 4096 | 15 | Yes | | |
| g3.k3s.large | Large | Kubernetes | 4 | 8192 | 15 | Yes | | |
| g3.k3s.xlarge | Extra Large | Kubernetes | 6 | 16384 | 15 | Yes | | |
| g3.k3s.2xlarge | 2X Large | Kubernetes | 8 | 32768 | 15 | Yes | | |
+----------------+-------------+------------+-----+-------+-----+------------+ | |
$ civo instance create \ | |
--hostname=api-demo.test \ | |
--size g3.xsmall \ | |
--template=8eb48e20-e5db-49fe-9cdf-cc8f381c61c6 \ | |
--initialuser=root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment