An open API service indexing awesome lists of open source software.

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

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.