Category Archives: Computers

Docker Registry

Overview I have a requirement to create a local Docker Registry. I’m doing this because I have four Kubernetes clusters to somewhat mirror the work environment. This lets me test out various new bits I want to apply to the … Continue reading

Posted in Computers, Docker | Leave a comment

Kubernetes Pod Schedule Prioritization

Introduction Currently Kubernetes is not configured to treat any pod as more or less important than any other pod with the exception of critical Kubernetes pods such as the kube-apiserver, kube-scheduler, and kube-controller-manager. Multiple products with different Service Class requirements … Continue reading

Posted in Computers, Kubernetes | Tagged | 1 Comment

Jenkins And Build Agents

Overview In this article, I’ll provide instructions in how I installed Jenkins and the two Jenkins Build Agents in my environment. System Requirements I used one of my standard templates in vCenter to create the three Jenkins nodes. All three … Continue reading

Posted in Computers, Jenkins | Tagged | Leave a comment

Kubernetes Resource Management

Overview There are two objectives to Resource Management. Ensure sufficient resources are available for all deployed products and determine when additional resources are required. This document provides information based on the deployed Kubernetes cluster and is filtered for my specific … Continue reading

Posted in Computers, Kubernetes | Tagged | 1 Comment

Homelab

Well, I figure I should list out my gear as I finally picked up my third R710 and got it running and attached. It’s a moderate setup compared to some I’ve seen here 🙂 I’m less a hardware/network guy and … Continue reading

Posted in Computers | Leave a comment

My Tech Certifications – A History

I don’t as a rule chase technical certifications. As a technical person who’s been mucking about with computers since around 1981, and as someone who has been on the hiring side of the desk, certifications are similar to some college … Continue reading

Posted in About Carl, Computers | Tagged , , , , , , , | Leave a comment

Current Home Servers

This has come up several times and I can’t always remember all the servers I have set up for one reason or another. Many times it’s just because the subject I’m on has me listing the relevant servers plus a … Continue reading

Posted in Computers | Leave a comment

Managing Dell Fan Speeds

Since the Dell Servers are in a rack behind me, I wanted to better manage the fan speeds. Dell has an Error temperature, a Warning temperature, and the Ambient temperature. Basically where Dell tries to keep the server temperature. Errors … Continue reading

Posted in Computers | Tagged , , , | Leave a comment

Adding Projects To Jenkins

A majority of my projects are simple websites or scripts. Nothing too complicated. My binary files are located on my development server. Jenkins combines the git repo and binary files into a single distribution which is then sync’d up to … Continue reading

Posted in Computers, Jenkins | Tagged , | Leave a comment

Kubernetes WorkerNode Sizing

Overview For the current Kubernetes clusters, I reviewed several industry best practices and went with a Worker Node resource configuration of 4 CPUs and 16 Gigabytes of RAM per worker node. In addition, I have a spreadsheet that describes all … Continue reading

Posted in Computers, Kubernetes | Leave a comment