Skip to content

k3d

Little helper to run CNCF's k3s in Docker

Package Information

Installation

bash
# Install with launchpad
launchpad install k3d

Programs

This package provides the following executable programs:

  • k3d

Available Versions

Show all 17 versions
  • 5.8.3, 5.8.2, 5.8.1, 5.8.0, 5.7.5
  • 5.7.4, 5.7.3, 5.7.2, 5.7.1, 5.7.0
  • 5.6.3, 5.6.2, 5.6.0, 5.5.2, 5.5.1
  • 5.5.0, 5.4.9

Latest Version: 5.8.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) k3d -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.k3d

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.