Articles

Checkout out these articles! I mainly focus on Tech related topics with a heavy focus on .NET and anything relating to Game Development. But you will find some hidden gems about infrastructure like Kibana to Kubernetes!


  1. Kubernetes - Disable API Access from Pod

    • Kubernetes
    • Security

    This article will be short, it shows an example of how to disable a pods access to the Kubernetes API. By setting automountServiceAccountToken: false in the template spec for a Deployment you can disable API access to Kubernetes from the container.

  2. .NET - My Workflow Pattern

    • .NET
    • C#
    • MediatR
    • Mediator
    • Hangfire

    This article will go over how I personally use MediatR, Hangfire, and my custom Observer libraries to create a Workflow Pattern for running background process or realtime if I choose.