Home
Programming With Wolfgang
Cancel

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...

Article - Leveling Up Scalability in Kubernetes - Cloud Compendium Volume 35

I am thrilled to share that my article, “Leveling Up Scalability in Kubernetes”, previously published in the German “Windows .Developer” magazine, has now also been featured in Cloud Compendium Vol...

Article - Leveling Up Scalability in Kubernetes

I am excited to announce that my first solo article has been published in the German “windows .developer” magazine’s April 2022 issue. The article, titled “Leveling Up Scalability in Kubernetes”, d...

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...