YAML engineer ;)
Pinned Loading
-
Kubectl tips and tricks
Kubectl tips and tricks 1# Troubleshooting
2`kubectl run -it --rm --image=wbitt/network-multitool network-multitool -- sh`
34# Top of pods in a node
5`kubectl get pods --all-namespaces -o wide | grep NODE_NAME | awk '{print $1" "$2}' | xargs -n2 kubectl top pods --no-headers --namespace | sort -t ' ' --key 2 --numeric --reverse`
-
terragrunt-template
terragrunt-template PublicOwn implementation of a terragrunt project with advanced functionality
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.