bashintermediate
Helm Charts
DevOps practice: helm-charts
bashPress ⌘/Ctrl + Shift + C to copy
#!/usr/bin/env bash
set -euo pipefail
kubectl apply -f k8s/namespace.yaml
kubectl apply -f k8s/deployment.yaml
kubectl rollout status deployment/api -n appUse Cases
- infrastructure management
- automation
Tags
Related Snippets
Similar patterns you can reuse in the same workflow.
bashbeginner
Docker Swarm
DevOps practice: docker-swarm
Best for: infrastructure management
#devops#infrastructure
bashintermediate
Docker Network
DevOps practice: docker-network
Best for: infrastructure management
#devops#infrastructure
bashadvanced
Docker Volume
DevOps practice: docker-volume
Best for: infrastructure management
#devops#infrastructure
bashbeginner
Docker Health Check
DevOps practice: docker-health-check
Best for: infrastructure management
#devops#infrastructure