๐๏ธ Create ClusterWhen creating a cluster, it isn't immediately available upon creation. It will take some time for Kubernetes and the provider to have it ready and running, hence the message: 'Cluster creation in progress.'
๐๏ธ Cluster QueryOnce the cluster is created, you may query the cluster to check that itโs up and running.
๐๏ธ Cluster MetadataBasic cluster information such as Grafana and ClickHouse endpoints, number of rows that have been inserted or cluster disks among many others.
๐๏ธ Stop ClusterStopping a cluster doesnโt delete it. The disks and the data in them will safely be kept (and can be reactivated whenever you need). However the machine itself is stopped so the cluster can no longer ingest data or be queried. This means you will no longer be charged for the machine costs, but you will continue to be charged for the disks as theyโre still being kept safe.
๐๏ธ Resume ClusterResuming the cluster reactivates the machines attached to the disks. This means you will be able to ingest and query data again (both live and historic). By consequence you will now be charged again for the ongoing machine costs, as well as the disks.
๐๏ธ Scale ClusterGigapipe can scale your cluster both horizontally (adding more nodes) and vertically (increase machine power). Scaling the cluster means scaling horizontally by adding more nodes.
๐๏ธ Change MachineChanging the machine type of your cluster allows you to scale vertically (adding more or reducing power per node). You can either increase the power of the machine, or reduce it.
๐๏ธ Add DisksAdding disks to a cluster means adding additional (separate) disks to the cluster. Data can be moved to this disk from the primary disk, or the new disk can be made the primary.
๐๏ธ Disk ExpansionWant to be sure you never run out of space? Apart from setting up disk-autoscaling you can also manually expand a disk.
๐๏ธ Disk AutoscalingWant to be sure you never run out of space? We got your back! Disk autoscaling can be enabled at any time in case you forgot or did not want to set up this option when creating the cluster.
๐๏ธ Delete AutoscalingMuch in the way you can add and edit disk auto-scaling policies, you can also delete them if theyโre no longer needed.
๐๏ธ Transfer ClusterProvided that the target user belongs to your organization, you can transfer a cluster to them, as long as they have permission to hold it!
๐๏ธ Delete ClusterYou can delete your cluster and all its data at the push of a button. If you think you may need the data again at some point, we suggest having a look at how to temporarily stop a cluster. When a cluster is deleted, the billing is immediately stopped and the organization is not charged for that cluster anymore.
๐๏ธ Change ClickHouse VersionChanging the ClickHouse version of your cluster to stay up to date with the latest releases from ClickHouse.
๐๏ธ Import From External ClusterSeamlessly import your ClickHouse data to an existing Gigapipe cluster