Skip to content
View PabloHiro's full-sized avatar
Block or Report

Block or report PabloHiro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Kubectl tips and tricks Kubectl tips and tricks
    1
    # Troubleshooting
    2
    `kubectl run -it --rm --image=wbitt/network-multitool network-multitool -- sh`
    3
    
    
    4
    # 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`
  2. terragrunt-template terragrunt-template Public

    Own implementation of a terragrunt project with advanced functionality

    1