So, I thought I had a article related to this when I was answering this post on Server fault. However, I could not find one so I wrote this one to put into Serverfault. Hopefully I will have my HA Kubernetes figured out to also post into the serverfault article as it may be a … Read More “DMZ and Web Server Behind pfSense” »
Category: Kubernetes
So, with all cloud technologies these days. It is clear the core layers are moving faster than the supporting elements can keep up. For instance, Rancher or Portainer. Now, this is not about ether one of them but instead how to setup core infrastructure to meet the needs of upper layers. That is, how to … Read More “Debian Kubernetes: Install Specific Version” »
Intro Well, there is quite a bit to setting up a Kubernetes (K8) cluster. Remember this, this is a full K8 cluster setup with all needed steps to get K8 running on Debian 11. Found this article: https://www.linuxtechi.com/install-kubernetes-cluster-on-debian/ This includes the following: Components 2 master nodes and 2 worker nodes. All will have Docker installed … Read More “Install K8 and Rancher2.6 on Debian11” »
Intro So, check here for more Rancher 2.6 info. Ok, so Debian 11 (also should work for Ubuntu 22) does not work well due to so Docker and iptables settings that have to be adjusted. See here for that. Setup Step1: Configure Docker Docker is critical to setting up Rancher. Note, there are more ways … Read More “Create Simple Rancher2.6 on Debian11” »
So, if anyone attempts to load Rancher 2.6 on Debian 11 it will fail. I found a bug report on the Rancher GitHub that indicated the issue occurs with because of problems with Docker. So, this is an article to combine all that I have done to correct the issue and all known issues I … Read More “Debian11 and Rancher2.6” »