Skip to content

Difference between sealos and helm #1078

Closed Answered by SignorMercurio
fanux asked this question in Q&A
Discussion options

You must be logged in to vote
  • helm doesn't care about Kubernetes installation and lifecycle, but sealos does.
  • helm doesn't care about how to store and deliver docker images in the chart, but sealos does.
  • helm doesn't embed Kubernetes and all the dependencies, but sealos does.
  • helm doesn't package binary files, but sealos does.
  • sealos has an embeded registry to save all docker images the cluster needs.

Best Practise: Use helm to manage all your Kubernetes manifests, and use sealos to package all the dependencies like docker image and Kubernetes itself. Example: Building an ingress cluster images

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fanux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants