在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):labring/sealos开源软件地址(OpenSource Url):https://github.com/labring/sealos开源编程语言(OpenSource Language):Go 95.7%开源软件介绍(OpenSource Introduction):What is sealossealos is a cloud operating system distribution with Kubernetes as its kernel. In the early stages, operatings systems have adopted a layered architecture, which later evolved into kernel architecture like Linux and Windows. With the emergence of container technologies, cloud OS will migrate to a "cloud kernel" architecture with strong cohesion in the future.
Core features
Quickstart
Here # Download and install sealos. sealos is a golang binary so you can just download and copy to bin. You may also download it from release page.
$ wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# Create a cluster
$ sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 \
--masters 192.168.64.2,192.168.64.22,192.168.64.20 \
--nodes 192.168.64.21,192.168.64.19 -p [your-ssh-passwd]
See Building an ingress cluster image.
Don't be shocked by the following: $ sealos run labring/helm:v3.8.2 # install helm
$ sealos run labring/openebs:v1.9.0 # install openebs
$ sealos run labring/minio-operator:v4.4.16 labring/ingress-nginx:4.1.0 \
labring/mysql-operator:8.0.23-14.1 labring/redis-operator:3.1.4 # oneliner And now everything is ready. Links
Join us: Telegram, QQ Group(98488045), Wechat:fangnux License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论