Development Dynamically named trusted certificates for docker hosted kestrel app Huh wut? Yes, let me explain. Suppose you want to host a C# WebAPI application in a docker container, and the hostname used is changing all the time because you
Development Running Unifi controller on K8s In my quest to get everything that was previously running in Docker on my Synology to (micro)K8s, I now want to run my Unifi controller on it. Of course
Development Upgrading my K8s cluster from 1.19 to 1.20 Somehow I installed 1.19 as my MicroK8s cluster version. Of course I want 1.20. This should be easy because of the version skew support in K8s: So what
kubernetes Using Synology NFS persistent volume for my K8s hosted SonarQube I'm already running SonarQube on K8s. But I took a shortcut there using hostpath persistent storage. So the pod must run on a specific node, this is suboptimal. Since I
Development Cloning VMs in EXSi 7.x without vCenter Since I'm not running vCenter in my 2 ESXi 7.x node homelab, I'm missing out on some features. Actually the only one I really miss the ability to clone
Development Easy way to get a self signed openssl certificate in ESXi I'm running two ESXi servers but I'm not using vCenter because I find it to be too resource intensive. And to run my K8s host VM's I don't really need
Development SonarQube analysis fails on K8s setup After getting SonarQube up and running on my K8s setup, I started moving my project analysis to that setup. To find out that it is not working at all: 413
Development SonarQube on my MicroK8s setup Next up in my migration to K8s is SonarQube. SonarQube needs persistent storage so the first thing to enable is the storage add-on in MicroK8s: sudo microk8s enable storage This
Development MS Sql server on K8s for my github runner My Github runner is running only unittests right now. But I also have a test set that are sort of integration tests that need MS Sql server to run. Of
Development MicroK8s observability in Lens So, I'm running a three node MicroK8s cluster and I am migrating my containers running on my Synology to it. I am already running my github runners on there. I
kubernetes Migrating from Synology Docker to K8s I've been using the ability to run containers with the docker functionality on my Synology for some time now. I've upgraded the memory to 8Gb just to be able to
Development Fix for TKG UI installer blank screen The other day I was trying to install a Kubernetes cluster using the Tanzu Kubernetes Grid (TKG). But I ran into a problem that I cannot find anywhere documented, so
Development Package my custom Cloud Foundry buildpack for offline use I've made my custom buildpack here but that only works online, I want to make this an offline version. This should be simple, but initially I had some trouble getting
Development Applying self-signed certs to your Cloud Foundry GoRouter So, you've build your own homelab hosted Cloud Foundry environment, but forgot to apply a proper certificate to the gorouter. Let's fix that.. First we need to make a certificate,
Development Using environment variables from Cloud Foundry in Angular with the staticfile_buildpack Ofcourse I want to follow the 12 factor app rules as much as possible, and ofcourse I also want to deploy my apps in Cloud Foundry. When it comes to
EV Getting OpenEVSE firmware to compile With all the hardware for my openEVSE done, I started focussing on the software part. That is the openEVSE firmware. Because I only need the basic functionality, I started with
Blazor Mixing Blazor and MVC pages in one app So, you have this MVC app that you want to convert to Blazor. But you can't do this in one big bang, simply because it's too much work. One approach
Blazor Blazor custom component with two way databinding This article is written for blazor 0.4. The things here are most certainly to change in the future. Blazor is all about components, so the first thing to try is create your own. If you are only displaying data everything will work out
Blazor Material button as blazor component The material components MDC are pretty slick, so I want to use them in combination with blazor. Since blazor 0.3 this is possible with the ref keyword on a
Development EF Core inmemory as a serious option? So.. I have this use case in which a memory database could be a solution. So I wondered if maybe the inmemory option of EF Core could be used for
Development EF core equivalent of MigrateDatabaseToLatestVersion This one was somewhat hard to find because all examples use the command line, so documenting here. Suppose you want to build a asp.net core application and use EF
Electronics USB Serial on Windows 10 IoT core #3 This is a follow up on two earlier posts.. this and this one So I ordered myself three of these cheap-ass silicon labs cp2102 usb-serial-ttl bridges from banggood Took 17
Development USB Serial on Windows 10 IoT core #2 This is a follow up on this earlier post. Today the release version of Windows 10 IoT core became available. So I immediately downloaded it to check if anything changed