Skip to content
View bezilla's full-sized avatar

Block or report bezilla

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
bezilla/README.md

Paul Bezilla

Infrastructure and platform engineer. Kubernetes, observability, reliability, and cloud systems.

Recent projects

Five repositories: three stacked as application, platform, and cloud; capsize and switchyard standing separately, connected to nothing.

Three of these stack: otel-service-reference is the application, kubernetes-platform-reference is the platform it runs on, and terragrunt-reference-architecture is the cloud underneath.

capsize and switchyard are joined to nothing. capsize is a read-only Kubernetes CLI that scores cost waste against blast radius. switchyard is an inference gateway that routes across three simulated providers and fails over between them. Neither depends on any of the other three.

Field notes

Building these systems exposed failures their checks missed. Five investigations into what went wrong, how I found it, and what changed.

-t takes a prefix on BSD and a template on GNU, so a line that works on macOS is impossible on a Linux runner. Reproducing it without a Linux box, and the form both accept.

Pinned Loading

  1. switchyard switchyard Public

    An AI provider gateway that routes inference across simulated providers and visibly survives their failures. CDN traffic steering and origin failover, applied to LLM providers.

    Go

  2. capsize capsize Public

    Read-only Kubernetes CLI that scores cost waste against blast radius, and flags where fixing one makes the other worse

    Go

  3. terragrunt-reference-architecture terragrunt-reference-architecture Public

    AWS reference architecture in OpenTofu + Terragrunt: EKS, Aurora, CloudFront/WAF, keyless CI, isolated across management/staging/prod accounts.

    HCL 1

  4. kubernetes-platform-reference kubernetes-platform-reference Public

    Kubernetes platform reference in Argo CD + Helm: app-of-apps GitOps, a Gateway API edge with cert-manager TLS, Kyverno guardrails in Enforce, and OpenTelemetry wiring — one authored chart as the te…

    Shell

  5. otel-service-reference otel-service-reference Public

    The application half of an observability boundary: a small, fully OTel-instrumented Go service that pairs with terragrunt-reference-architecture's collector layer.

    Go

  6. capsize-fixture capsize-fixture Public

    A four-node kind cluster broken on purpose, to test capsize against something real

    Shell