Releases: loft-sh/vcluster
Releases · loft-sh/vcluster
v0.3.0-beta.1
Merge pull request #43 from FabianKramm/main chore: update k8s dependencies
v0.3.0-beta.0
Merge pull request #37 from FabianKramm/main build(chart): syncer liveness & readiness probes
v0.3.0-alpha.2
Merge pull request #35 from FabianKramm/main NodeSelector, Affinity & Tolerations
v0.3.0-alpha.1
Merge pull request #30 from FabianKramm/main KubeletPort, PVC delete & flag fix
v0.2.0
Changes
- Added support for kubernetes v1.21.0
- vcluster now supports projected volumes
- New cli command
vcluster list
to list virtual clusters - New cli command
vcluster --version
to display the current vcluster version - New cli command
vcluster upgrade
to upgrade the vcluster to the latest version
v0.2.0-beta.0
Changes
- Added support for kubernetes v1.21.0
- vcluster now supports projected volumes
- New cli command
vcluster list
to list virtual clusters - New cli command
vcluster --version
to display the current vcluster version - New cli command
vcluster upgrade
to upgrade the vcluster to the latest version
v0.1.1-beta.0
Changes
- Added support for kubernetes version v1.21.0
- Added support for projected volumes & service account token volumes
v0.1.0
vcluster - Virtual Clusters For Kubernetes
- Lightweight & Low-Overhead - Based on k3s, bundled in a single pod and with super-low resource consumption
- No Performance Degradation - Pod are scheduled in the underlying host cluster, so they get no performance hit at all while running
- Reduced Overhead On Host Cluster - Split up large multi-tenant clusters into smaller vcluster to reduce complexity and increase scalability
- Flexible & Easy Provisioning - Create via vcluster CLI, helm, kubectl, Argo any of your favorite tools (it is basically just a StatefulSet)
- No Admin Privileges Required - If you can deploy a web app to a Kubernetes namespace, you will be able to deploy a vcluster as well
- Single Namespace Encapsulation - Every vcluster and all of its workloads are inside a single namespace of the underlying host cluster
- Easy Cleanup - Delete the host namespace and the vcluster plus all of its workloads will be gone immediately
Learn more on www.vcluster.com.