-
Recent Posts
Recent Comments
- Kubernetes Index | Motorcycle Touring on Ansible Automation Platform Workflows
- Kubernetes Index | Motorcycle Touring on Ansible Web Executable Logging In
- Kubernetes Index | Motorcycle Touring on Ansible Automation Platform Projects
- Kubernetes Index | Motorcycle Touring on Kubernetes Issues
- Kubernetes Index | Motorcycle Touring on Ansible Automation Platform Installation
Archives
- October 2024
- July 2024
- May 2024
- March 2024
- December 2023
- September 2023
- August 2023
- March 2023
- November 2022
- October 2022
- August 2022
- June 2022
- May 2022
- April 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- August 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- December 2019
- October 2019
- August 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- September 2017
- August 2017
- July 2017
- June 2017
- April 2017
- March 2017
- February 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- September 2015
- August 2015
- June 2015
- May 2015
- February 2015
- November 2014
- September 2014
- July 2014
- June 2014
- May 2014
- April 2014
- October 2013
- September 2013
- January 2013
- November 2012
- September 2012
- August 2012
- June 2012
- May 2012
- February 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- September 2010
- August 2010
- July 2010
- October 2009
- July 2009
- May 2009
- April 2009
- January 2009
- November 2008
- October 2008
- August 2008
- June 2008
- July 2007
- May 2007
- March 2007
- December 2006
- November 2006
- August 2006
- July 2006
- June 2006
- October 2005
- July 2005
- March 2005
- September 2004
- July 2004
- June 2004
- October 2003
- September 2003
- August 2003
- May 2003
- March 2002
- November 2001
- February 1990
- March 1977
- September 1976
- August 1976
- June 1976
- September 1973
Categories
- 2001 – America's 911 Ride
- 2003 – New York Wedding
- 2003 – Northern Ride
- 2003 – Schelin Family Reunion
- 2003 – Westmorland State Park
- 2004 – Picking Up Rita's Bike
- 2004 – Ride to Nederland
- 2005 – Pacific Northwest
- 2005 – Ride to Echo Lake
- 2005 – Riding to Tucson
- 2006 – BMW 100000' Altitude Ride
- 2006 – BMW Turkey Trot Poker Run
- 2006 – Colorado Freewheeler's 1000in24
- 2006 – Ride to Labrador
- 2006 – Trip to Tulsa
- 2007 – St. Patricks' Day Ride
- 2008 – Alaska Trip
- 2012 – GenCon 45
- 2014 – Alaska Trip
- 2014 – Devil's Tower
- 2014 – Grand Tetons
- 2016 – June Ride
- 2016 Company Picnic
- 2022 – Memorial Day Ride
- About Carl
- Accidents
- Alabama
- ansible
- Bootstrap Brewery
- Building a Shed
- CI/CD
- Colorado
- Computers
- Cooking
- Cornell
- Deck Refinish
- Dice Towers
- Docker
- FreeIPA
- Game Store
- Game Table
- Gaming
- Git
- gitlab
- Hiking and Camping in Indian Peaks Wilderness
- Home Improvement
- Jenkins
- Kubernetes
- KVM
- Maintenance
- Maryland
- Motorcycle Trips
- Motorcycles
- Music
- OpenShift
- Outside Activities
- Prague
- Ride Checklist
- Rocky Knob
- Snowshoe Hike At Bear Lake
- Snowshoe Hikes
- Terraform
- Titan Missile Complex
- Troubleshooting
- Uncategorized
- Vacation
- Virginia
- VMware
- Woodworking
Meta
Category Archives: Kubernetes
Installing Kubernetes
Overview This article provides instructions in building the Kubernetes cluster using kubeadm and any post installation requirements. Build Cluster On the first control plane node run the kubeadm command. After the first node has been initialized, the connect strings will … Continue reading
Preparing Kubernetes
Overview This article will provide a howto on preparing hosts to install Kubernetes 1.25.7 on CentOS 7 using kubeadm. I’ll be using CRI-O as the container environment and Calico for the network layer. A followup article will provide instructions in … Continue reading
Kubernetes Storage
Overview This article provides some quick instructions on creating an NFS server for use as Persistent Storage in Kubernetes. A different article will discuss creating Persistent Storage. Firewall Configuration For the NFS server, it only will be accessed by Kubernetes … Continue reading
Load Balancing Kubernetes
Overview This article provides instructions in how I set up my HAProxy servers (yes two) to provide access to the Kubernetes cluster. Configuration To emulate a production like environment, I’m configuring two HAProxy servers to provide access to the Kubernetes … Continue reading
Kubernetes Index
Overview I keep trying to find documents and videos that do an installation of Kubernetes along with associated configurations and including ArgoCD for an environment like mine. This index shows the final Kubernetes installation (list of all pods) plus an … Continue reading
Kubernetes Upgrade to 1.20.6
Upgrading Kubernetes Clusters The following lists what software and pods will be upgraded during this quarter. Upgrade the Operating System. Upgrade Kubernetes. Upgrade kubeadm, kubectl, and kubelet RPMs from 1.19.6 to 1.20.6. kube-apiserver is upgraded from 1.19.6 to 1.20.6 automatically. kube-controller-manager is … Continue reading
Kubernetes Preparation Steps for 1.20.6
Upgrading Kubernetes Clusters The purpose of this document is to provide the background information on what is being upgraded, what versions, and the steps required to prepare for the upgrade itself. These steps are only done once. Once all these … Continue reading
Kubernetes Manual Upgrade to 1.20.6
Upgrading Kubernetes Clusters This documentation is intended to provide the manual process for upgrading the server Operating Systems, Kubernetes to 1.20.6, and any additional updates. This provides example output and should help in troubleshooting should the automated processes experience a … Continue reading
Kubernetes Ansible Upgrade to 1.20.6
Upgrading Kubernetes Clusters This document provides a guide to upgrading the Kubernetes clusters in the quickest manner. Much of the upgrade process can be done using Ansible Playbooks. There are a few processes that need to be done centrally on … Continue reading
Kubernetes Delete an etcd Member
On the Kubernetes cluster, one of the etcd members had a falling out and is reporting the data is stale. While troubleshooting, we came up with several ideas including just rebuilding the cluster. It’s not all that hard overall but … Continue reading