-
Utilizing nvidia hardware in kubernetes built ontop of virtual machines
With the advent of large language models, I thought it might be fun to try and get one to run locally and figure out what it would take to run it as a service.
-
External DNS with pihole
The external-dns operator for kubernetes is simple enough that running it at home is as easy as π. In this post I will show how to set up external-dns with pihole as the DNS provider, and cover some of the quirks when you use Istio instead of a traditional ingress.
-
Testing out flexibility in microservices deployment with dapr
This blogpost will show you how using dapr (distributed application runtime) in your services will not only allow the development side to abstract away infrastructure implementation details, but also how the operations side can automate and simplify the deployment of the apps together with the chosen implementation.