Home
Programming With Wolfgang
Cancel

Speaking about KEDA at the Kubernetes Community Days 2022 in Berlin

I am excited to announce that I will be speaking at the Kubernetes Community Days 2022 in Berlin. My session will be on Wednesday, July 29 live on stage. If you are in Berlin, check out my talk and...

Monitor an on-premises k3s Cluster with Azure Monitor and Azure Arc

Azure Arc allows you to project your on-premises Kubernetes cluster into Azure. Doing so enables you to manage the cluster from Azure with tools such as Azure Monitor or Cloud Defender. Today, I w...

Securely connect to an on-premises Kubernetes Cluster with Azure Arc

In my last post, I installed Azure Arc which allowed me to project my k3s cluster into Azure. The installation was done directly on the Master node of the cluster and developers would also need to ...

Install Azure Arc on an On-premises k3s Cluster

In my last post, I have created an on-premises k3s cluster and introduced the requirements of this project. One of the requirements/restraints of this project is that the k3s cluster sits behind a ...

I am back

For the first time in two years, I have taken some time away from my blog. This doesn’t mean that I have been lazy though. First, it was nice to take a step back and take care of my (mental) health...

Azure Arc Series - Manage an on-premises Kubernetes Cluster with Azure Arc

Azure Arc is a great tool to manage your on-premises hardware with Azure. This series will focus on managing a Kubernetes (k3s) cluster and will show how to install Azure Arc, and how to use differ...

Install an on-premises k3s Cluster

Using cloud technologies is amazing and makes a developer’s life so much easier. Lately, I have to work with an on-premises Kubernetes cluster and I had to realize how much work it is to do all the...

Speaking about KEDA at the BASTA! Conference in Frankfurt

There is light at the end of the tunnel with the pandemic and therefore in person conferences and international travel is coming back. I am excited to travel to Germany and speak at the BASTA! conf...

Introducing Kubernetes Services

Pods can be deleted and recreated at any time, making them a so-called nonpermanent resource in Kubernetes. Therefore, the IP address of a pod will likely change regularly. This behavior will cause...

Use .NET Secrets in a Console Application

.NET Core made it easy to configure your application. Currently, I am working on a .NET 6 console application and this showed me that especially ASP.NET MVC makes it easy to set up middleware such ...