ansible
CLIAgentless automation for configuration management and deployments.
Run a playbook~94% est.
ansible-playbook deploy.yml -i inventory.inicloud3 recipes
just
CLIA handy way to save and run project-specific commands.
Run with arguments~96% est.
just deploy productiondev-tools3 recipes
kubectl
CLIKubernetes command-line tool for controlling clusters.
Apply manifest file~97% est.
kubectl apply -f deploy.yamlcloud4 recipes
task
CLIA task runner / simpler Make alternative written in Go.
Run task with variable~96% est.
task deploy ENV=productiondev-tools3 recipes
yq
CLIA lightweight YAML, JSON, and XML processor.
Edit a YAML value in placeVerified macOS · Linux
yq -i '.spec.replicas = 3' deploy.yamltext-processing5 recipes · 5 verified
helm
CLIThe package manager for Kubernetes.
cloud4 recipes