projectsveltos
@projectsveltos
Followers
112
Following
311
Media
92
Statuses
443
https://t.co/OTsiZGC56o Kubernetes add-on controller that manages add-ons & applications across multiple clusters. https://t.co/nDb6gZHdc9
San Francisco, CA
Joined October 2022
This thread describes how sveltos handles long running tasks in #Kubernetes reconciliation loop. #Controllers are the core of Kubernetes. It’s a controller’s job to ensure that, for any given object, the actual state matches the desired state defined in the object spec. (1)
1
3
15
Release v1.2.1 https://t.co/N9Btb59C7Z ✨ New Features and Enhancements Dashboard Enhancements Filter deployed resources by namespace, name, kind Filter deployed Helm charts by release namespace and name Filter Profiles by namespace, name Display when cluster …
github.com
✨ New Features and Enhancements Dashboard Enhancements Filter deployed resources by namespace, name, kind Filter deployed Helm charts by release namespace and name Filter Profiles by namespace, nam...
0
0
1
This tool lets you define add-ons (Helm charts, YAML, kustomize, etc.) in a management cluster and automatically deploy them across multiple target clusters with dependency ordering and drift detection ➜ https://t.co/GX8PDVN8zt
0
3
31
Release v1.2.0 https://t.co/X8C8joeeOd ✨ New Features and Enhancements Progressive Rollouts with Cluster Promotion A new Custom Resource Definition (ClusterPromotion) is introduced to enable declarative, multi-stage, progressive rollout of a single configuration…
github.com
✨ New Features and Enhancements Progressive Rollouts with Cluster Promotion A new Custom Resource Definition (ClusterPromotion) is introduced to enable declarative, multi-stage, progressive rollout...
0
2
2
Release v1.1.0 (v1.1.1) https://t.co/hQLDQNXTJH 🚀 Features Sveltos MCP Server: This release introduces the new Sveltos MCP Server, which provides the ability to trigger debug sessions. This new component enhances the management capabilities of the Sveltos platfor…
github.com
🚀 Features Sveltos MCP Server: This release introduces the new Sveltos MCP Server, which provides the ability to trigger debug sessions. This new component enhances the management capabilities of...
0
0
1
Release v1.0.1 https://t.co/TQrgHf8NBT 🐛 Bug Fixes Helm Chart Templating: Previously, two paths in the addon controller failed to instantiate Helm charts correctly, causing them to be deployed and immediately undeployed. This occurred when the release namespace w…
github.com
🐛 Bug Fixes Helm Chart Templating: Previously, two paths in the addon controller failed to instantiate Helm charts correctly, causing them to be deployed and immediately undeployed. This occurred...
0
1
1
Sveltos installs as a controller in a management cluster, deploying add-ons and policies (Helm charts, Kustomize, raw YAML) to target clusters by label selectors and sync rules, automating multi-cluster resource management and compliance ➜ https://t.co/IbzOVqAI0S
1
8
41
Release v1.0.0 https://t.co/tnXCTxeWTH 🚀 Features Introducing pull mode: An agent gets deployed in the managed cluster and this agent fetches configuration from the control cluster. This eliminates the need for your managed clusters to be accessible from the mana…
github.com
🚀 Features Introducing pull mode: An agent gets deployed in the managed cluster and this agent fetches configuration from the control cluster. This eliminates the need for your managed clusters to...
0
1
2
Sveltos is a Kubernetes add-on controller that simplifies the deployment and management of Kubernetes add-ons and applications across multiple clusters, whether on-prem, in the cloud or in a multitenant environment ➤ https://t.co/OVe9lWhFp5
2
3
37
Scope it like a pro. Sveltos supports scope-specific filters: cluster-wide or namespace-specific. 🔒 Secure, precise targeting. 🔗 https://t.co/SwGxn33xTQ
#KubernetesSecurity #PlatformEngineering #GitOps
0
0
0
Exclude what you don’t want. Use inclusion/exclusion filters to get granular with deployments. 🚫 Filter by label, name, or cluster type. 🔗 https://t.co/dllw02Xpzi
#Kubernetes #DevOps #MultiCluster
github.com
Manage Kubernetes add-ons. Support ClusterAPI,Helm,Kustomize.Drift detection.Cluster classification based on run-time state.Event-driven framework.Multi-tenancy - projectsveltos
0
0
0
Use regex to match clusters. Want to target dev-* clusters only? Regex selectors make it easy. 🔍 Pattern match all the things. 🔗 https://t.co/vzQrppJAVs
#GitOps #Regex #Kubernetes
sveltos.projectsveltos.io
Sveltos is a Kubernetes add-on Operator that simplifies the deployment and management of Kubernetes add-ons across multiple clusters.
0
0
0
Need more logic in selectors? Sveltos supports AND/OR expressions for smart targeting. ⚙️ Complex match logic, simplified. 🔗 https://t.co/ZOEay2onDd
#Kubernetes #DevOps #CRDs
github.com
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...
0
0
1
Target entire groups with ClusterSet selectors. Deploy once, manage many — across logical cluster groups. 📍 Clean targeting at scale. 🔗 https://t.co/a94LTgGS8F
#GitOps #Kubernetes #MultiCluster
0
0
2
NamespaceLabel selectors FTW. Apply policies or add-ons to specific namespaces across clusters. 🧩 Scoped and safe. 🔗 https://t.co/vzQrppJAVs
#MultiTenantK8s #Kubernetes #PlatformEngineering
sveltos.projectsveltos.io
Sveltos is a Kubernetes add-on Operator that simplifies the deployment and management of Kubernetes add-ons across multiple clusters.
0
0
0
Add-on status reconciler = trust but verify. It checks that every add-on is applied, healthy, and in sync. 🛡️ Safety built-in. 🔗 https://t.co/ZOEay2onDd
#Kubernetes #DriftDetection #GitOps
github.com
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...
0
0
1
Transform before you deploy. Sveltos applies Lua or context-aware logic to transform manifests mid-pipeline. 🧩 Deploy smarter, not just faster. 🔗 https://t.co/SwGxn33xTQ
#GitOps #Kubernetes #DevOps
0
0
0
Transform before you deploy. Sveltos applies Lua or context-aware logic to transform manifests mid-pipeline. 🧩 Deploy smarter, not just faster. 🔗 https://t.co/SwGxn33xTQ
#GitOps #Kubernetes #DevOps
0
0
0
Dynamic informers per cluster? Yep. Sveltos sets up informers on the fly to monitor cluster state. ⚡ No bloat, just efficient sync. 🔗 https://t.co/ZOEay2onDd
#Kubernetes #GoLang #ControllerRuntime
github.com
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...
0
0
2
ResourceSummary collector = clarity. It aggregates all deployed resource metadata across the fleet. 📊 Centralize state, simplify audits. 🔗 https://t.co/vzQrppJAVs
#Kubernetes #FleetManagement #DevOps
sveltos.projectsveltos.io
Sveltos is a Kubernetes add-on Operator that simplifies the deployment and management of Kubernetes add-ons across multiple clusters.
0
0
1