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 - Simple Database Migration

    • .NET
    • C#
    • Database
    • Dapper
    • SQL

    This article has some source code for a light Database Migration processor, using a few tables for tracking and Dapper for the execution of the SQL.