There are many tools out there to provision single-node Kubernetes clusters, but kubeadm is the way to go for a production-like set-up. Although it is more difficult to create a cluster with kubeadm, you can tweak the cluster to your needs with its configuration options. Following this post, you can easily create a Single-node Kubernetes Cluster using kubeadm on Ubuntu 22.04.
Continue reading Simple Single-node Kubernetes Cluster via kubeadm on Ubuntu 22.04Tag Archives: kubeadm
Provisioning Single-node Kubernetes Cluster using kubeadm on Ubuntu 20.04
There are many tools out there to provision single-node Kubernetes clusters but kubeadm is the way to go for a production-like set-up. Although it is more difficult to create a cluster with kubeadm, with its configuration options you can tweak the cluster to your needs. By following this post you can easily create a Single-node Kubernetes Cluster using kubeadm on Ubuntu 20.04.
Continue reading Provisioning Single-node Kubernetes Cluster using kubeadm on Ubuntu 20.04