AKS: Persistent Volume with existing Storage Account
Tuesday, April 16, 2019 in 2019
Categories:
3 minute read
In order to deploy a Persistent Volume in your AKS cluster using an existing Storage Account you should take the following steps: Create a Storage Class with a reference to the Storage Account. Create a Secret with the credentials used to access the …
Kubernetes: Mount a file in your Pod using a ConfigMap
Sunday, February 10, 2019 in 2019
Categories:
2 minute read
Lately I’ve been learning Go and this week I started a side project named kube-sherlock. The purpose of this small program is to list any pod that does not have the labels that your organization requires. For kube-sherlock I created a …
Updated Step by step: Serilog with ASP.NET Core
Monday, January 14, 2019 in 2019
Categories:
2 minute read
Many of you come to my site to read the post Step by step: Serilog with ASP.NET Core which I wrote in 2016 and is completely out of date, so with this post I will show you how to setup Serilog to work with your ASP.NET Core 2.2 applications. Create …
AKS: Configure TLS termination with the http application routing addon
Thursday, January 10, 2019 in 2019
Categories:
2 minute read
When you install a AKS cluster you can configure it to deploy the http application routing addon or you you can update an existing cluster to deploy it. Either way you end up with an NGINX Ingress Controller running, in the kube-system namespace of …