Skip to content

Releases: loft-sh/vcluster

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.