vcluster
vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
Package Information
- Domain:
vcluster.com - Name:
vcluster - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install vclusterPrograms
This package provides the following executable programs:
vcluster
Available Versions
Show all 40 versions
0.27.0,0.26.1,0.26.0,0.25.2,0.25.10.25.0,0.24.1,0.24.0,0.23.3,0.23.20.23.1,0.23.0,0.22.6,0.22.5,0.22.40.22.3,0.22.2,0.22.1,0.22.0,0.21.60.21.5,0.21.4,0.21.3,0.21.2,0.21.10.21.0,0.20.6,0.20.5,0.20.4,0.20.30.20.2,0.20.1,0.20.0,0.19.10,0.19.90.19.8,0.19.7,0.19.6,0.19.5,0.19.4
Latest Version: 0.27.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) vcluster -- $SHELL -iDependencies
This package depends on:
kubernetes.io/kubectl^1linux:curl.se/ca-certs
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.vcluster
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.