Dump all elasticsearch (or opensearch) with one copy and paste
Using multielasticdump
Feb 27, 20251 min read
Search for a command to run...
Using multielasticdump
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This ...
git reflog expire --expire=now --all git gc --auto --aggressive --prune=now From nvm/install.sh
When deploying applications to Kubernetes, managing Helm charts across multiple repositories can become a maintenance burden. Today, I'll share an elegant solution I've implemented that generates Helm charts on the fly during CI/CD pipelines using He...