# deploy
git clone https://github.com/buxiaomo/kubeasy-compose.git /usr/local/kubeasy-compose
cd /usr/local/kubeasy-compose
curl -fsSL https://get.docker.com | sh
docker swarm init
docker network create --driver overlay kubeasy
mkdir -p ./data/redis ./data/artifact ./data/worker/ssl ./data/worker/logs ./data/registry
docker stack deploy -c stack.yml kubeasy --with-registry-auth
# download artifact package
tag=v1.25.3
mkdir -p ./src
wget https://github.com/buxiaomo/kubeasy-artifact/releases/download/${tag}/kubeasy-artifact-${tag}.tar.gz -O ./src/kubeasy-artifact-${tag}.tar.gz
tar -zxf ./src/kubeasy-artifact-${tag}.tar.gz -C ./data/artifact
-
Notifications
You must be signed in to change notification settings - Fork 0
buxiaomo/kubeasy-compose
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published