Other articles

  1. Strategic vs Tactical

    Tue 21 February 2023

    Entire books have been written on the topic of Strategic vs Tactical. At the risk of creating more noise, I'd like to add my experience to the collection.

    Talking with Tom Hatch about, well, a lot of things, this topic came up and he had the best illustration. I'm sure …

    read more
  2. Automatic Updates for Raspberry Pi's

    Sun 15 May 2022

    Problem

    Raspberry Pi's are great but they don't automatically update themselves. And once we've figured out how to make them do whatever it is we wanted them to do, we're not likely to log back in just for updates.

    We need to set the machine to update itself.

    Solution

    There …

    read more
  3. User Management in Tanzu Kubernetes Grid (TKG)

    Mon 28 June 2021

    Problem

    User management is not part of Kubernetes. You have to tie Kubernetes to an external system. This gets.... complicated.

    Solution

    For TKG, we can hook our Kubernetes clusters up to any OIDC provider. For this excercise, we'll use Okta. At a high level, here's what we'll do.

    • Create a …
    read more
  4. GPU-Enabled Kubernetes Clusters with Tanzu Kubernetes Grid

    Mon 24 May 2021

    Stated Goal

    We want easy GPU access for Kubernetes workloads in our TKG clusters. This is done by:

    • Installing GPU device drivers on our Kubernetes worker nodes
    • Installing the device plugins on our Kubernetes worker nodes
    • Applying the appropriate labels to our Kubernetes worker nodes so that GPU workloads can …
    read more
  5. kapp-controller Getting Started

    Mon 22 February 2021

    Problem

    As of today, there is no single answer to the question "How do I deploy my workload?". Helm Chart? A set of yaml files? Templated yaml files?

    And not just user-facing apps - how do I consistently deploy ingress controllers? K8s cluster user auth services? Diagnostics, metrics, and so forth …

    read more

Page 1 / 3 »

social