Skip to content
View b0bu's full-sized avatar
🐢
yo!
🐢
yo!
Block or Report

Block or report b0bu

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
b0bu/README.md
  • 👋 Hi, I’m @b0bu
  • 👀 I’m interested in the details, all of the details.
  • 🌱 I’m currently learning kernel internals for ebpf.
  • 💞️ I’m looking to collaborate on whatever comes my way.
  • 📫 How to reach me ... maybe later!

Pinned

  1. moto moto Public

    Forked from getmoto/moto

    A library that allows you to easily mock out tests based on AWS infrastructure.

    Python

  2. subnet_calc subnet_calc Public

    subnet calculator

    C

  3. zscaler zscaler Public

    fetch zscaler ip prefixes

    Go

  4. evaluate deprecated aks versions wit... evaluate deprecated aks versions with open policy agent
    1
    Hello, world. `v1.15.11` is indeed deprecated by azure kubernetes service, let's not try to build that. This policy can stop you building or for that matter destroying a cluster that's fell off the bottom of azure's `N-2` version's sla unintentionally. There's enough in here that you could probably do some pretty cool things with external dependency calls, regardless of aks or azure.
    2
    We use opa quite a bit, with gatekeeper as a mutating admission controller within our cluster and external in our build and deploy pipelines. You can use this or the concept in general to stop anything crazy from going down when no one is watching. I can't imagine living without it.
    3
    
                  
    4
    Here's a mock cluster tf file
    5
    ```terraform
  5. daft_timer_in_python daft_timer_in_python
    1
    Maybe the daftest of all gists. Indeed for timing anything `timeout n` or `sleep n` are what you should absolutely use in bash. But I thought the visual was cool for this one. 
    2
    ```python
    3
    timer () {
    4
    t=${1:-60}
    5
    python -c '
  6. Azure/terraform-azurerm-lz-vending Azure/terraform-azurerm-lz-vending Public

    Terraform module to deploy landing zone subscriptions (and much more) in Azure

    Go 148 65