alibaba / alibabacloud-ack-connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlibabaCloud ACK Connector

AlibabaCloud ACK Connector is a client-side agent that connects any Kubernetes cluster to ACK.

How it works

AlibabaCloud ACK Connector runs in Kubernetes as a Deployment, the request from ACK to the connected Kubernetes is like below:

howitworks

Development

mkdir -p $GOPATH/github.com/alibaba && cd $GOPATH/github.com/alibaba

git clone https://github.com/alibaba/alibabacloud-ack-connector

cd alibabacloud-ack-connector && go mod tidy

make docker-build

Contact us

You can join the DingDing Talking (GroupID: 35688562) to talk with us.

License

This project is licensed under the Apache-2.0 License.

About

License:Apache License 2.0


Languages

Language:Go 93.8%Language:Dockerfile 3.1%Language:Makefile 3.0%