Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
| #!/bin/bash | |
| # Depends on zstd (>1.3.6) and aws-cli | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| # Set kernel.core_pattern = | coredump_uploader.sh %P %s %E | |
| PID=$1 | |
| shift | |
| SIGNAL=$1 |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
Picking the right architecture = Picking the right battles + Managing trade-offs