products¶
The products command allows you to view the available products.
The product represents the compute configuration and the scale and storage options that you can choose from when creating a cluster.
Usage: croud products [-h] {list} ...
products list¶
List the available products for a region.
Usage: croud products list [-h] [--kind {cluster,storage}] [--region REGION]
[--output-fmt {table,wide,json,yaml}] [--sudo]
Optional Arguments¶
- --kind
Possible choices: cluster, storage
The product kind.
- --region, -r
Temporarily use the specified region that command will be run in.
- --output-fmt, --format, -o
Possible choices: table, wide, json, yaml
Change the formatting of the output.
- --sudo
Run the given command as superuser.
Default:
False
Example¶
sh$ croud products list --region eks1.eu-west-1.aws
+---------+--------+---------+------------------------------------------------------------------------------+-----------------------+--------------+-----------+---------------+---------------+
| kind | name | tier | description | scale_summary | vcpu_cores | ram | min_storage | max_storage |
|---------+--------+---------+------------------------------------------------------------------------------+-----------------------+--------------+-----------+---------------+---------------|
| cluster | cr1 | default | Clusters suited for development and smaller scale workloads | 0 - 8 (1 - 9 nodes) | 2 | 7.0 GiB | 32.0 GiB | 8196.0 GiB |
| cluster | cr2 | default | Ideal for your small to medium-sized production environments | 0 - 8 (1 - 9 nodes) | 4 | 14.0 GiB | 32.0 GiB | 8196.0 GiB |
| cluster | s12 | default | S12 | 0 - 0 (1 - 1 nodes) | 8 | 12.0 GiB | 8.0 GiB | 1024.0 GiB |
| cluster | s2 | default | S2 | 0 - 0 (1 - 1 nodes) | 2 | 2.0 GiB | 8.0 GiB | 1024.0 GiB |
| storage | aws | default | Storage product for AWS | N/A | NULL | NULL | NULL | NULL |
+---------+--------+---------+------------------------------------------------------------------------------+-----------------------+--------------+-----------+---------------+---------------+