Category Archives: Computers

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

Kubernetes 1.9.0 Installation

Overview After discussion between my manager and the SysEng management team, it’s been decided that I’m to take over the Kubernetes infrastructure. The one SysEng who’s still here has put in his time and the belief is that management of … Continue reading

Posted in Computers, Kubernetes | Tagged | Leave a comment

DevOps Interview

Did my interview Friday. Interesting in general. No real OS questions but questions on Kubernetes and Docker and interest in Helm. Then an actual hands on test. Configure Jenkins to upload a file from a Github site to an Amazon … Continue reading

Posted in Computers | Leave a comment

Installing Container Linux on VMware

I have a VMware vCenter configuration at home. Two R710 servers connected as a cluster (VMUG subscription). I was having a little trouble with installing CoreOS (aka Container Linux) and in general have issues due to most tutorials using Vagrant, … Continue reading

Posted in Computers | Leave a comment