Tag Archives: syndicated

Actual Kubernetes

This post continues looking at my process of learning more about Kubernetes. I’ve been working through the 50 days of Kubernetes (K8s). I completed the first 3 sections (Days 1-15). This starts the look at Days 16-20 Disclosure: I actually … Continue reading

Posted in Blog | Tagged , | Comments Off on Actual Kubernetes

Changing Git Credentials in Windows

tl;dr For Windows when you need a different account. I had to work with a new GitHub account recently and needed to add a separate account. I worked through that process and managed to get things to work with a … Continue reading

Posted in Blog | Tagged , , | Comments Off on Changing Git Credentials in Windows

Jenkins in a Container

One of the things I needed to do recently was get Jenkins running as a demo for a customer. We have some pre-built VMs to do this, but I wanted to experiment with a container. This post covers what I … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Production Kubernetes

Still learning more about Kubernetes. I’ve been working through the 50 days of Kubernetes (K8s). Let’s keep exploring The API is the security boundary Everything happens with the Kubernetes API. Therefore, we want some RBAC here for the roles of … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Production Kubernetes