Developer Documents Real-World Hurdles Setting Up Kubernetes Manually on Proxmox
A developer is building a Kubernetes homelab cluster on Proxmox by following the 'Kubernetes the Hard Way' guide entirely without scripts or automation. In Step 03, they configured a machines.txt inventory file on the jumpbox, listing IP addresses, FQDNs, hostnames, and pod subnets for each node. Enabling root SSH access required editing sshd_config on Ubuntu nodes, which block root login by default via a forced command baked into cloud images. The developer switched to using the ubuntu user for all admin tasks and generated a dedicated SSH keypair to avoid conflicts with existing keys. Additional adjustments were needed when distributing /etc/hosts entries to remote machines, as sudo does not elevate shell redirection operators like >>.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in