Skip to content

Releases: loft-sh/vcluster

v0.3.0-beta.1

08 Jun 09:12
2f24d2a
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release
Merge pull request #43 from FabianKramm/main

chore: update k8s dependencies

v0.3.0-beta.0

27 May 09:37
86536cd
Compare
Choose a tag to compare
v0.3.0-beta.0 Pre-release
Pre-release
Merge pull request #37 from FabianKramm/main

build(chart): syncer liveness & readiness probes

v0.3.0-alpha.2

26 May 14:30
55eaeae
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release
Merge pull request #35 from FabianKramm/main

NodeSelector, Affinity & Tolerations

v0.3.0-alpha.1

26 May 11:23
856f6d3
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release
Merge pull request #30 from FabianKramm/main

KubeletPort, PVC delete & flag fix

v0.2.0

07 May 08:50
2d995a0
Compare
Choose a tag to compare

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

07 May 08:12
2d995a0
Compare
Choose a tag to compare
v0.2.0-beta.0 Pre-release
Pre-release

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

07 May 07:45
c8422e3
Compare
Choose a tag to compare
v0.1.1-beta.0 Pre-release
Pre-release

Changes

  • Added support for kubernetes version v1.21.0
  • Added support for projected volumes & service account token volumes

v0.1.0

19 Apr 09:04
58b1dd1
Compare
Choose a tag to compare

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.