Sealos v4.2.1-rc4 🎉🎉
We are excited to announce the official release of Sealos v4.2.1-rc4 🎉🎉!
Sealos Cloud: Powerful Cloud Operating System Distribution
Sealos Cloud is a cloud operating system distribution with Kubernetes at its core. Users can directly use Sealos Cloud or run Sealos in their private environment to have the same capabilities as Sealos Cloud. Sealos Cloud offers a range of advantages, including a sleek product experience, fully open-source architecture, consistent public and private cloud experiences, cross-platform compatibility, and highly competitive pricing.
Sealos Cloud Usage Guide
Sealos Cloud offers you exceptional public cloud services for cloud-native applications, making it easy to manage cloud-native applications. Sealos Cloud provides two ways to use: cloud access and private access. The online mode is now officially launched, and offline mode will be introduced in future releases.
Cloud Access
Cloud access is provided by directly accessing the cloud services provided by Sealos Cloud. Just enter the following link in your browser to start using the powerful features of Sealos Cloud immediately:
https://cloud.sealos.io
Cloud access allows you to access and manage your cloud-native applications anytime, anywhere, without any additional configuration and deployment. This makes the online mode an ideal choice for quickly getting started with Sealos Cloud.
Component Introduction
Sealos Cloud's main features are divided into the frontend interface, backend API services, and Kubernetes Operator, working together to provide a complete cloud-native application management experience.
Main Components
- Auth-Service:Provides authentication services using casdoor, ensuring the security and accuracy of user identities.
- Image Hub:Sealos image repository-related services, making it easy for users to manage and use images.
- Desktop:Public cloud frontend service, providing a friendly user interface and operation experience.
- User:User and user group management services, making it easy for administrators to assign and manage user permissions.
- Account & Metering:Provides billing and account capabilities, helping users to reasonably control and plan costs.
- App:Provides the Sealos Cloud desktop application, making it easier for users to use and manage cloud services.
- Infra:Provides basic settings, currently supports AWS and Alibaba Cloud, and may support more cloud service providers in the future.
- Cluster:One-click cluster startup on Sealos Cloud, simplifying the cluster deployment and management process.
- Terminal:Terminal services on Sealos Cloud, providing convenient access and management of cloud services.
For more detailed documentation about Sealos Cloud, please visit https://sealos.io/docs/cloud/Intro
.
Sealos Boot: Professional Cloud-Native Application Management Tool
Sealos Boot is the core component of Sealos, mainly responsible for the lifecycle management of clusters, downloading and deploying OCI-compatible distributed applications, and customizing distributed applications.
How to Install
Binary Installation
curl -sfL https://raw.githubusercontent.com/labring/sealos/v4.2.1-rc4/scripts/install.sh \
| sh -s v4.2.1-rc4 labring/sealos
Component Introduction
Sealos provides two Docker containers: sealos and lvscare, as well as two binary files: sealctl and image-cri-shim. Below is a brief introduction to these components:
- Sealos Container: This container is the core component of the Sealos project, responsible for deploying and managing Kubernetes clusters and distributed applications. It offers a range of command-line tools to help users quickly build and maintain clusters.
- lvscare Container: This container is used to support load balancing management within Kubernetes clusters. It can monitor node status in real-time, ensuring that the load balancer always routes traffic to available nodes.
- sealctl Binary: This is a command-line tool provided by the Sealos project, used to simplify cluster management tasks such as certificate management, IPVS, hosts, and cluster certificates.
- image-cri-shim Binary: This component is a CRI adapter for the Sealos project, supporting different container runtimes (such as Docker and containerd). It allows Sealos to seamlessly integrate with multiple runtimes, enhancing the project's flexibility and scalability.
Quick Start
# Create a cluster
sealos run labring/kubernetes:v1.25.0 labring/helm:v3.8.2 labring/calico:v3.24.1 \
--masters 192.168.64.2,192.168.64.22,192.168.64.20 \
--nodes 192.168.64.21,192.168.64.19 \
--passwd your-own-ssh-passwd
Changelog
New Features
- ff4ef1b: feat: add max limit in podline chart (#3140) (@moonrailgun)
- 6f91338: feat: add more verbose output while syncing registry (#3181) (@fengxsong)
- 1b97f79: feat: add registry sync command (#3173) (@fengxsong)
- be1f986: feat: make manifest command visible (#3159) (@fengxsong)
- 1385217: feat: more apps and hover ball (#3126) (@zjy365)
Bug fixes
- 96145f8: fix: can't find variable structuredClone in safari (#3158) (@zjy365)
- f8a1778: fix: commandline usage output (#3219) (@fengxsong)
- c3744ed: fix: correct descriptions of env settings (#3164) (@fengxsong)
- 2a7380b: fix: fix loop call which occur in throw error in onmessage callback (#3150) (@moonrailgun)
- 7ab3320: fix: if a command requires buildah module, call SetRequireBuildahAnnotation explicitly (#3146) (@fengxsong)
- 7bcc3bc: fix: name of BUILDAH_FORMAT env key (#3145) (@fengxsong)
- c34fbee: fix: window bug & notification field & modify terminal color (#3147) (@zjy365)
Other work
- 4d33254: Added Hyperlink for twitter in README.md (#3153) (@Harshad112)
- a4e9c1c: Added documentation for quickly deploying a database and wordpress with sealos (#3178) (@ElonMuskkkkkk)
- 07a7f70: Added documentation for quickly deploying a database and wordpress with sealos (#3194) (@ElonMuskkkkkk)
- 5885835: Auto translate Intro.md (#3180) (@zzjin)
- cbfaea2: Fix missing intro endpoint. (#3171) (@zzjin)
- 491dd2f: Fix typo. (#3185) (@zzjin)
- da8afb0: Frontend perf (#3225) (@c121914yu)
- 0b86ceb: Manual change position (#3212) (@zzjin)
- 27d6abb: Minor updates: (#3148) (@zzjin)
- aa14645: Move doc sidebar config into main repo. (#3184) (@zzjin)
- 606bc14: Optimize the title (#3214) (@nowinkeyy)
- 71318a4: Refactor docs dir. (#3170) (@zzjin)
- 1f7ecfe: Restructure the directory structure (#3203) (@ElonMuskkkkkk)
- bd16b9e: Restructure the directory structure (#3207) (@ElonMuskkkkkk)
- f9ab417: Restructure the directory structure (#3210) (@ElonMuskkkkkk)
- 55bbb66: Update Intro.md (#3142) (@Yvan-code)
- 9d03c72: Update Intro.md (#3179) (@yangchuansheng)
- 6ebe11b: Update adminer provider. (#3162) (@zzjin)
- 655196a: Update app cr displayType (#3152) (@zzjin)
- 96d2458: Update docs, remove
docs/4.0/apis
. (#3163) (@zzjin) - 0007374: Update icon&fix apply (#3135) (@zzjin)
- 8242d6c: Update sidebar position. (#3215) (@zzjin)
- 3800df7: [ImgBot] Optimize images (#3200) (@imgbot[bot])
- b71600e: add additional exemplars: halo && uptime kuma (#3174) (@bxy4543)
- 21d6af7: add docs for bytebase in both en_US and zh_Hans (#3172) (@dinoallo)
- 5d78723: add low-code-platform (#3211) (@nowinkeyy)
- 8299dfc: correct the title (#3217) (@nowinkeyy)
- 8226a82: docs(main): add registry sync docs for build (#3222) (@cuisongliu)
- 576679d: docs: Add Chinese (Simplified) quick-start documentation with new images and instructions. (#3182) (@yangchuansheng)
- 722acdb: docs: Add Kubernetes deployment tutorial with terminal (#3198) (@yangchuansheng)
- a204b3e: docs: Add new images and update file names in quick-start guide. (#3193) (@yangchuansheng)
- ddab1c5: docs: Improve Sealos introduction (#3189) (@yangchuansheng)
- 4fb261f: docs: Refactor YAML conventions and code block language specifiers (#3199) (@yangchuansheng)
- 72ab0eb: docs: Remove
docs/4.0/docs/quick-start/index.md
file (#3197) (@yangchuansheng) - e4da55f: docs: Remove deprecated features and unused images from README and docs directory. (#3218) (@yangchuansheng)
- 7027fb1: docs: add examples pageplug.md (#3176) (@nowinkeyy)
- 49e641d: docs: applaunchpad dbprovider install-fastgpt (#3195) (@c121914yu)
- f943178: docs: cp docs (#3208) (@c121914yu)
- cb58670: make bytebase request less resource (#3157) (@dinoallo)
- 833a6af: mv docs and pics path (#3206) (@nowinkeyy)
- ca83863: mv docs image path (#3204) (@bxy4543)
- 1aaa070: mv pics path (#3209) (@nowinkeyy)
- 28f6e54: optimize docs (#3190) (@bxy4543)
- 43e7e2e: optimize the title (#3213) (@nowinkeyy)
- aab8bef: perf: compress default desktop background size. (#3149) (@moonrailgun)
- b37ad2c: refactor(main): add lifecycle mardown (#3188) (@cuisongliu)
- 5d27f95: refactor(main): add lifecycle mardown (#3177) (@cuisongliu)
- 88dfd8f: refactor(main): add lifecycle mardown (#3202) (@cuisongliu)
- 6cc595e: refactor(main): add lifecycle mardown for cri-image-shim docs (#3183) (@cuisongliu)
- ed93ee1: refactor(main): fix ci error (#3139) (@cuisongliu)
- 6627124: refactor(main): remove registry compression (#3166) (@cuisongliu)
- 2228963: refactor(main): using registry mode build save images (#3154) (@cuisongliu)
- efb36bd: refactor: add sync mode impl (#3113) (@fengxsong)
- 3818b78: revert: remove easter eggs in diff command (#3186) (@fengxsong)
- ac7e2e0: style: return error instead of bool type (#3169) (@fengxsong)
- 2b964ed: update doc. (#3196) (@zzjin)
- 9c20dac: 🤖 add release changelog using rebot. (#3134) (@sealos-release-rebot)
Full Changelog: v4.2.1-rc3...v4.2.1-rc4
See the CHANGELOG for more details.
Roadmap
In the future development plan, Sealos Boot and Sealos Cloud will continue to expand their capabilities to meet the needs of more users. Our Roadmap includes the following key plans:
- Sealos Cloud Private Deployment: We will introduce a private deployment solution for Sealos Cloud, allowing users to deploy and run Sealos Cloud in their own data centers or private cloud environments, achieving consistency between public and private cloud experiences.
- Heterogeneous Deployment Support: Sealos Boot will support the deployment of Kubernetes clusters on various hardware platforms and operating systems, achieving broader compatibility and flexibility.
- K3s and K0s Integration: We plan to integrate the lightweight Kubernetes distributions K3s and K0s into Sealos Boot, allowing users to choose different Kubernetes distributions for deployment according to their needs.
Please look forward to the launch of these new features. We will continue to work hard to provide users with better services and experiences.
We are very proud to introduce the two major functional modules of Sealos Cloud and Sealos Boot, which we believe will bring more convenience and efficiency to your cloud-native application management. We look forward to your feedback and suggestions so that we can continue to improve and provide better products and services.
Thank you for your support of Sealos🎉🎉.
If you encounter any problems during use, please submit an issue in the GitHub repository , and we will solve your problem as soon as possible.