minikube
Run a Kubernetes cluster locally
Package Information
- Domain:
kubernetes.io/minikube
- Name:
minikube
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install minikube
Programs
This package provides the following executable programs:
minikube
Available Versions
Show all 12 versions
1.36.0
,1.35.0
,1.34.0
,1.33.1
,1.33.0
1.32.0
,1.31.2
,1.31.1
,1.31.0
,1.30.1
1.30.0
,1.29.0
Latest Version: 1.36.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) minikube -- $SHELL -i
Dependencies
This package depends on:
kubernetes.io/kubectl
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.minikube
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.