{"id":28741026,"url":"https://github.com/aliyuncontainerservice/ackdistro","last_synced_at":"2025-06-16T07:09:55.300Z","repository":{"id":36962005,"uuid":"438920511","full_name":"AliyunContainerService/ackdistro","owner":"AliyunContainerService","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-12T02:35:56.000Z","size":69956,"stargazers_count":122,"open_issues_count":18,"forks_count":44,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-30T12:34:36.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AliyunContainerService.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-16T08:48:29.000Z","updated_at":"2024-10-17T01:40:10.000Z","dependencies_parsed_at":"2023-02-17T13:31:02.977Z","dependency_job_id":"eb042bdf-cd97-4d54-852a-3aaee74c4b16","html_url":"https://github.com/AliyunContainerService/ackdistro","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/AliyunContainerService/ackdistro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fackdistro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fackdistro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fackdistro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fackdistro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliyunContainerService","download_url":"https://codeload.github.com/AliyunContainerService/ackdistro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fackdistro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260116644,"owners_count":22961065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-16T07:09:54.397Z","updated_at":"2025-06-16T07:09:55.274Z","avatar_url":"https://github.com/AliyunContainerService.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home\n\nAlibaba ACK Distro is a Kubernetes distribution based on Alibaba Container Service for Kubernetes to support production ready Kubernetes deployment for heterogeneous IaaS environment. Users can get complete content and community support for free through Alibaba Cloud. Its components have been verified and security checked by Alibaba Cloud Container Service for Kubernetes (ACK) and Alibaba Group's core business scenarios in large-scale production environment, with industry-leading security and reliability.\n\nAs a complete Kubernetes distribution, ACK Distro can be delivered to on-premise environment simply and quickly through [sealer](https://github.com/alibaba/sealer), an open-source application packaging delivery tool of Alibaba, helping users to manage their clusters more simply and flexibly. The components support both x86 and ARM hardware architectures, and include a high-performance network plugin [hybridnet](https://github.com/alibaba/hybridnet), which ensures that ACK Distro can run smoothly over a diverse infrastructure. At the same time, ACK Distro can be registered on the ACK service to achieve consistent resource management, policy compliance and traffic control, so that users can obtain the same user experience as the online ACK cluster.\n\n## The difference between ACK Distro and ACK\n\nThe main difference between ACK Distro and ACK clusters is that ACK clusters are deployed on and managed by Alibaba Cloud, while ACK Distro clusters are managed by yourself and can be deployed on on-premise environments, other cloud service providers or even your own PCs.\n\nACK Distro, as a downstream of ACK, will keep up-to-date with ACK's release. ACK Distro will release the same version within one month after ACK releases a new version, and ACK keeps updating the minor version of Kubernetes once every six months in principle. Please refer to the [Appendix](docs/FAQ.md) for the specific release strategy.\n\n## Features\n\n### Cluster installation\n\n- Support multiple deployment topologies including single-node, three-node, etcd/apiserver separation (under planning)\n- Support preflight and post-check for cluster\n- Support deployment on various IaaS such as ECS, VMware, VirtualBox, ZStack, OpenStack and bare metal\n- Support deployment on various OS such as Red Hat, Debian, Open Anolis, Kylin, Windows (under planning)\n- Support deployment on various architectures such as x86, arm64 (under planning), etc.\n\n### Cluster operation and maintenance\n\n- Support node scale, node replacement\n- Support for being managed by CNStack Community Edition (under planning)\n- Support cluster health check during runtime  (under planning)\n- Support for backup/restore (under planning), Kubernetes version upgrade (under planning)\n\n### High performance network\n\n- Providing both overlay and underlay networking for containers in one or more clusters. Overlay and underlay containers can run on the same node and have cluster-  wide bidirectional network connectivity\n- Flexible IP/Subnet management policies\n- Intuitive and comprehensive statistics of network resources\n- Multi-cluster networking\n\n### Cloud-native local storage management system\n\n- Support local storage pool management, dynamic volume provisioning, volume expansion and volume snapshot\n- Support extended scheduler, Raw block volume\n- Support volume metrics, IO Throttling\n\n## Quick start\n\n```bash\nARCH=amd64 # or arm64\nwget http://ack-a-aecp.oss-cn-hangzhou.aliyuncs.com/ack-distro/sealer/sealer-0.9.4-beta2-linux-${ARCH}.tar.gz -O sealer-latest-linux-${ARCH}.tar.gz \u0026\u0026 \\\n      tar -xvf sealer-latest-linux-${ARCH}.tar.gz -C /usr/bin\n\nsealer run ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/ackdistro:v1-22-15-ack-10 -m ${master_ip1}[,${master_ip2},${master_ip3}] [ -n ${worker_ip1}...] -p password\n\nkubectl get cs\n```\n\nFor more information, please refer to: [User-guide](docs/user-guide)\n\n## Component Introduction\n\n### Basic Components\nIncluding:Apiserver/scheduler/controller-manager/kubelet/kube-proxy/coredns/metrics-server/kubectl/kubeadm, etc.\n\n### Container during runtime\nIncluding docker, containerd, nvidia-docker, etc.\n\n### Cluster Installation Tools\n[sealer](https://github.com/alibaba/sealer), open source\n\n### Network plugin\n[hybridnet](https://github.com/alibaba/hybridnet)，support underlay and overlay, open source\n\n### Local storage plugin\n[open-local](https://github.com/alibaba/open-local), Support local disk scheduling,open source\n\n## Community\nPlease refer to: [community](docs/community.md)\n\n## Communication Channels\n\ndingtalk support group\n\n![image](https://user-images.githubusercontent.com/8002217/219262137-9c809d26-fc37-4bef-b0ba-4c7fbe4bbdeb.png)\n\n## License\nACK Distro is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyuncontainerservice%2Fackdistro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliyuncontainerservice%2Fackdistro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyuncontainerservice%2Fackdistro/lists"}