Sysadmin Tools 🇺🇦
3.89K subscribers
692 photos
28 videos
302 files
5.11K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://xn--r1a.website/s/sysadmin_tools
Download Telegram
Теперь вы можете рисовать вашим любимым ямлем! http://go.drawthe.net #yaml #draw
yj -
Convert between YAML, TOML, JSON, and HCL.

Preserves map order.
Format versions:

YAML: v1.2 (gopkg.in/yaml.v3)
TOML: v1.0.0-rc.1 (github.com/pelletier/go-toml)
JSON: RFC 7159 (encoding/json)
HCL: v1 (github.com/hashicorp/hcl)


https://github.com/sclevine/yj

#toml #json #yaml #jq #hcl #jsqry

PS: уже были посты, об альтернативах привычным нам unix утилитах
тут вот еще немного https://zaiste.net/posts/shell-commands-rust/
Navigating the cloud native ecosystem with Helm

https://youtu.be/Tf0IaWaKhio

#helm #kubernetes #k8s #yaml
Monokle is your K8s best friend for creating, validating, debugging and managing manifests!

https://github.com/kubeshop/monokle

#k8s #kubernetes #yaml #tool
hikaru

Move smoothly between Kubernetes YAML and Python for creating/updating/componentizing configurations. 

https://github.com/haxsaw/hikaru

#k8s #kubernetes #pulumi #terraform #python #yaml
Timoni
is a package manager for Kubernetes, powered by CUE and inspired by Helm.
The Timoni project strives to improve the UX of authoring Kubernetes configs. Instead of mingling Go templates with YAML like Helm, or layering YAML on top of each-other like Kustomize, Timoni relies on cuelang's type safety, code generation and data validation features to offer a better experience of creating, packaging and delivering apps to Kubernetes

https://github.com/stefanprodan/timoni

#k8s #kubernetes #cuelang #helm #yaml #kustomize
Dasel: one data tool to rule them all

Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. 


https://github.com/TomWright/dasel

#json #jq #yaml #xml #toml #csv