kube-linter
KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
Package Information
- Domain:
kubelinter.io
- Name:
kube-linter
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install kube-linter
Programs
This package provides the following executable programs:
kube-linter
Available Versions
Show all 7 versions
0.7.5
,0.7.4
,0.7.3
,0.7.2
,0.7.1
0.7.0
,0.6.8
Latest Version: 0.7.5
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) kube-linter -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry['kube-linter']
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.