Skip to content

linkerd

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

Package Information

  • Domain: linkerd.io/linkerd2
  • Name: linkerd
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install linkerd

Programs

This package provides the following executable programs:

  • linkerd

Available Versions

Show all 9 versions
  • 2.14.10, 2.14.9, 2.14.8, 2.14.7, 2.14.6
  • 2.14.5, 2.14.4, 2.14.3, 2.14.2

Latest Version: 2.14.10

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.linkerd

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.