Kubernetes Networks and Ingress
I assembled a Raspberry Pi cluster previously in this series, installed Ubuntu Groovy Gorilla, and installed Rancher k3s Kubernetes. It’s close to running interesting workloads,...
Running Ubuntu on a Raspberry Pi Cluster
When I started using Kubernetes on 32-bit Raspbian I quickly discovered that many Docker images are not compatible. To avoid spending time rebuilding Docker images for linux/amd, I...
Running Kubernetes on a Raspberry Pi Cluster
I loved trains as a boy, which may explain why I am running Kubernetes on Raspberry Pis for my home lab instead of in the cloud. Think of...
Cloud-native Python from a Spring Developer Perspective
When a client asked for microservices written in Python, instead of the Spring Cloud ecosystem that I’m accustomed to, it was an adjustment. The task at hand was...
Some Assembly Required
This is the first in a series of articles I am writing to tell you the story of how I built a small data center out of Raspberry...
Permission to Play
It started as a friendly Twitter rivalry between me (@runner_steve), and DaShaun Carter (@Dashaun) of Pivotal. The challenge: who could create the sexiest Kubernetes cluster out...
Spring Boot with Azure Services
In 2019, I created a project demonstrating integration of Spring Boot with Azure services. Below is a 4-min overview.
Spring Cloud Config with Spring Vault
The Spring Cloud and Spring Vault project is a simple example of using Spring Vault with Spring Config. There is still much to explore, like auto-unseal, to it...