랭킹으로 돌아가기
Install Kubernetes, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳
installerkuberneteskubeadmk8skubernetes-deploymentkubernetes-clusterhacktoberfest
주요 지표
스타 성장
스타
2.8k
포크
826
주간 성장
—
이슈
264
1k2k
2020년 4월2021년 4월2022년 5월2023년 5월2024년 6월2025년 7월2026년 7월
아티팩트Go Modules
go get github.com/kubesphere/kubekeyREADME
English | 中文
👋 Welcome to KubeKey!
KubeKey is an open-source lightweight task flow execution tool. It provides a flexible and fast way to install Kubernetes.
KubeKey has passed the CNCF Kubernetes Conformance Certification
Comparison of new features in 3.x
- Expanded from Kubernetes lifecycle management tool to task execution tool (flow design refers to Ansible)
- Supports multiple ways to manage task templates: git, local, etc.
- Supports multiple node connection methods, including: local, ssh, kubernetes, prometheus.
- Supports cloud-native automated batch task management
- Advanced features: UI page (not yet open)
Get KubeKey
Method 1: Release Page
Get the corresponding binary files from the Release page.
Method 2: Run Script
curl -sfL https://get-kk.kubesphere.io | sh -
| Original File | Extracted File |
|---|---|
| kubekey-v4.x.x-linux-amd64.tar.gz | kk: KubeKey binary |
| web-installer.tgz | dist: Web UI resources. host-check.yaml, kubernetes, kubesphere: Task template files. schema: Configuration files. README.md: Installation documentation. |
| package.sh | Offline package build script. |
Quick Start
Method 1: Command Line
./kk create cluster
Method 2: Web UI
UI only supported after v4.0.0
./kk web --schema-path web-installer/schema --ui-path web-installer/dist
Documentation Navigation
관련 저장소