https://github.com/altinity/altinitycloud-connect
Altinity.Cloud tunneling daemon; part of Altinity.Cloud Anywhere
https://github.com/altinity/altinitycloud-connect
infra
Last synced: 12 months ago
JSON representation
Altinity.Cloud tunneling daemon; part of Altinity.Cloud Anywhere
- Host: GitHub
- URL: https://github.com/altinity/altinitycloud-connect
- Owner: Altinity
- License: apache-2.0
- Created: 2022-08-31T06:44:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T00:50:26.000Z (over 1 year ago)
- Last Synced: 2025-04-21T09:06:46.555Z (about 1 year ago)
- Topics: infra
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altinitycloud-connect
`altinitycloud-connect` is a tunneling daemon for Altinity.Cloud; part of
[Altinity.Cloud Anywhere](https://altinity.com/altinity-cloud-anywhere/).
It enables management of [ClickHouse](https://github.com/ClickHouse/ClickHouse) clusters (running inside your Kubernetes clusters,
wherever they may be) through Altinity.Cloud.
At present, this repository is used only to distribute pre-built `altinitycloud-connect` binaries.
The source code is planned to be open in the future.
## Usage
### CLI
Download pre-built binary from [GitHub Releases](https://github.com/altinity/altinitycloud-connect/releases) page.
Sign in to the [Altinity.Cloud Management Console](https://acm.altinity.cloud/), grab environment connect token & then
exchange it for a certificate:
```shell script
altinitycloud-connect login --token=REPLACE_WITH_ALTINITY_CLOUD_CONNECT_TOKEN
```
Kubernetes cluster can now be connected with
```shell script
altinitycloud-connect kubernetes | kubectl apply -f -
```
### Terraform
See [altinity/terraform-altinitycloud-connect](https://github.com/altinity/terraform-altinitycloud-connect).
## Legal
All code, unless specified otherwise, is licensed under the [Apache-2.0](LICENSE) license.
Copyright (c) 2022 Altinity, Inc.