bigkevmcd / peanut

This is just a PoC tool for parsing Kustomize built YAML resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peanut

Just a k8s resource parser.

This is a PoC for parsing resources.

Building

$ go build ./cmd/peanut

Running

$ peanut --kustomization-path ./path/to/kustomization.yaml
application: go-demo
name         namespace  replicas
go-demo-http production 1
redis        production 1

Testing

$ go test ./...

About

This is just a PoC tool for parsing Kustomize built YAML resources.

License:Apache License 2.0


Languages

Language:Go 100.0%