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

Block or report luizfnunesmarques

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. lazy_hacks lazy_hacks
    1
    # I wanted to generate 100 replicasets to check and overload etcd
    2
    # the manifest is a deployment with a template variable that apply a change worth a new rs (e.g. a image tag)
    3
    for I in $(seq 30 70); do export I && envsubst '$I' < <manifest.yml>  | kubectl apply -f - && sleep 10; done;
    4
    
                  
    5
    # bombard an api with curl. Requires seq and gnu-parallel
  2. github-token-fetcher github-token-fetcher Public

    🔑 Effortlessly generates a GitHub Apps' installation token exchanging the jwt's for the actual secret.

    Go 1

  3. any-metric any-metric Public

    :shipit: Generates any metric on prom/prometheus format. Helps to send test data to observability stack before actual workloads are running.

    Go 1

  4. salary-labeler salary-labeler Public

    Python