File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,26 @@ It enables management of ClickHouse clusters (running inside your Kubernetes clu
66wherever they may be) through Altinity.Cloud.
77
88At present, this repository is used only to distribute pre-built ` altinitycloud-connect ` binaries.
9- The source code is scheduled to be released once we're out of Beta.
9+ The source code is planned to be released once we're out of Beta.
10+
11+ ## Usage
12+
13+ ### CLI
14+
15+ Download pre-built binary from [ GitHub Releases] ( https://github.com/altinity/altinitycloud-connect/releases ) page.
16+ Sign in to the [ Altinity.Cloud Management Console] ( https://acm.altinity.cloud/ ) , grab environment connect token & then
17+ exchange it for a certificate:
18+
19+ ``` shell script
20+ altinitycloud-connect login --token=REPLACE_WITH_ALTINITY_CLOUD_CONNECT_TOKEN
21+ ```
22+
23+ Kubernetes cluster can now be connected with
24+
25+ ``` shell script
26+ altinitycloud-connect kubernetes | kubectl apply -f -
27+ ```
28+
29+ ### Terraform
30+
31+ See [ altinity/terraform-altinitycloud-connect] ( https://github.com/altinity/terraform-altinitycloud-connect ) .
You can’t perform that action at this time.
0 commit comments