Kubernetes - Using hostAliases
This article goes over how to update the /etc/hosts on your deployment pods with custom entries.
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!
This article goes over how to update the /etc/hosts on your deployment pods with custom entries.
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.
In this article I will go over a few methods I use to restart my deployments in Kubernetes, without having to remove the whole deployment to do so.
This article will be a quick one, going over the wait
operation for kubectl. It's relatively simple to use, but helps immeasurably helpful with automation scripts.
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.