Skip to content

kluctl.io

The missing glue to put together large Kubernetes deployments, composed of multiple smaller parts (Helm/Kustomize/...) in a manageable and unified way.

Package Information

  • Domain: kluctl.io
  • Name: kluctl.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install kluctl

Programs

This package provides the following executable programs:

  • kluctl

Aliases

This package can also be accessed using these aliases:

  • kluctl

Available Versions

Show all 14 versions
  • 2.26.0, 2.25.1, 2.25.0, 2.24.1, 2.24.0
  • 2.23.5, 2.23.4, 2.23.3, 2.23.2, 2.23.1
  • 2.23.0, 2.22.1, 2.22.0, 2.21.2

Latest Version: 2.26.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +kluctl.io@2.26.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kluctlio

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.