An issue I've been having with my on-prem cluster is it seems as though all the articles, libraries, and examples are written for clusters running in the cloud. Does anyone have any resources for on-premise clusters?
Exactly to the point: this project is mainly focused to on-prem: configures kernel params, k8s HA is with keepalived (or your HW LB should you have one), etc.
Should you see something important missings, I would be happy to answer/add it.
In theory its the same as just running a data center on-prem and then running the Kubernetes cluster on top of it.
I think you would generally have the same issues as running a general data center on-prem. I have not seen any resources yet for running one specifically for k8s. I managed a beowulf cluster for a while for running one. It was a complete pain.