Categorygithub.com/mehix/kuberes
repositorypackage
0.0.0-20240225112251-14f9fef0fdff
Repository: https://github.com/mehix/kuberes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Kubernetes inspection tool (mainly resources)

Install

go install github.com/mehix/kuberes@latest
kuberes version

View resources declared in YAML manifest

Takes in input a series of YAML manifests, all in 1 file.

cat internal/aggr/testdata_confluentinc.yaml | kuberes declared --src confluentinc

Test with a Helm repo:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm template bitnami/wordpress | kuberes declared --src k8s