projectsveltos
👋 Welcome to our project! Ourdocumentation will help you get started and provides an in-depth information about the projects and the features.
Sveltos is a Kubernetesadd-on controller that simplifies the deployment and management of Kubernetesadd-ons andapplications acrossmultiple clusters whether on-prem, in the cloud or a multitenant environment.
Sveltos runs in amanagement cluster. It assists users in programmatically deploying and managing Kubernetes add-ons and applications toany cluster in the fleet, including the management cluster.
Sveltos supports a variety of add-on formats, includingHelm charts, rawYAML/JSON,Kustomize,Carvel ytt, andJsonnet.
Sveltos motto:"adding a new cluster with the right labels automatically brings everything to the desired state."
- Observability: Sveltos offers different endpoints for notifications. The notifications can be used by other tools to perform additional actions or trigger workflows. The supported types are Slack, Teams, Discord, WebEx, and Kubernetes events.
- Templating: Patching the rendered resources made easy! Sveltos allows Kubernetes add-ons and applications to be represented as templates. Before deploying to themanaged clusters, Sveltos instantiates the templates with information gathered from either themanagement or themanaged clusters. This allows consistent definition across multiple clusters with minimal adjustments and administration overhead.
- Orchestrated Deployment Order: The Sveltos CRDs (Custom Resource Definition) are deployed in the exact order they appear in the definition file. That ensures a predictable and controlled deployment order.
- Multitenancy: Sveltos was created with the multitenancy concept in mind.Sveltos
ClusterProfile
andProfile
resources allow platform administrators to facilitate full isolation or tenants sharing a cluster. - Events:
Sveltos Event Framework
allows the deployment of add-ons and applications in response to specific events with the use of theLua language. That allows dynamic and adaptable deployments based on different needs and use cases. - Managed Services
Sveltos was built to address the challenges posed by various CI/CD tools. Sveltos was designed to complement or even replace existing GitOps tools, and its integration withFlux CD significantly enhances the GitOps approach at scale.
Key features of Sveltos include multitenancy, agent-based drift notification and synchronisation, and resource optimisation. These features ensuresecure,reliable, andstable deployments of Kubernetes add-ons and applications, while reducing operational costs in both on-prem and cloud environments.
👉 If you find this project useful, consider giving it a⭐️ star! Your support helps bring more attention to the project, allowing us to enhance it even further.
See the list oforganizations currently using Projectsveltos.
🤗We encourage contributions! If your organization uses Projectsveltos, consider adding it to the list. This helps build project momentum and demonstrates the growing community.
We use the git-flow branching model. The base branch is dev. If you are looking for a stable version, please use the main branch or tags labeled as v0.x.x.
We love to hear from our community!
- Report bugs and suggest features
- Write documentation
- Submit code
Sveltos is licensed under the Apache License, Version 2.0.
If you like Sveltos, pleasestar⭐ the project on GitHub! This will help other people find it and learn more about it.
PinnedLoading
- addon-controller
addon-controller PublicSveltos Kubernetes add-on controller programmatically deploys add-ons and applications in tens of clusters. Support for ClusterAPI powered clusters, Helm charts, kustomize ,YAMLs. Sveltos has built…
- sveltosctl
sveltosctl PublicA CLI to nicely display resources/helm charts deployed in CAPI Cluster by Sveltos. Collect tech-support from managed Kubernetes clusters.
- libsveltos
libsveltos PublicLibraries containing all pieces common across different Sveltos repositories
- event-manager
event-manager PublicWatches for events in managed clusters and generates ClusterProfiles on the fly
- sveltos-agent
sveltos-agent PublicClassify cluster and report back to management cluster. Evaluates cluster health based on custom health checks. Watches for events and reports those to management cluster.
Repositories
- addon-controller Public
Sveltos Kubernetes add-on controller programmatically deploys add-ons and applications in tens of clusters. Support for ClusterAPI powered clusters, Helm charts, kustomize ,YAMLs. Sveltos has built-in support for multi-tenancy.
projectsveltos/addon-controller’s past year of commit activity - event-manager Public
Watches for events in managed clusters and generates ClusterProfiles on the fly
projectsveltos/event-manager’s past year of commit activity - helm-charts Public
Sveltos is tool for managing Kubernetes add-ons in tens of clusters. Support for ClusterAPI powered clusters and helm charts. Sveltos has built-in support for multi-tenancy.
projectsveltos/helm-charts’s past year of commit activity - sveltosctl Public
A CLI to nicely display resources/helm charts deployed in CAPI Cluster by Sveltos. Collect tech-support from managed Kubernetes clusters.
projectsveltos/sveltosctl’s past year of commit activity - healthcheck-manager Public
Service to evaluate managed cluster health and send notifications when health changes
projectsveltos/healthcheck-manager’s past year of commit activity