Building Robust Kubernetes Infrastructure: A Guide to Multi-Master and Multi-Worker Setup with HAProxy

previously we tried to create gke using terragrunt, and now we will create kubernetes manually with ha proxy on ubuntu. kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. In multi-node and multi-master environments, Kubernetes can provide high availability, scalability, and redundancy. A multi-master Kubernetes cluster is a cluster that has multiple master nodes. In this blog post, we will discuss how to set up a multi-master and multi-node Kubernetes cluster on Ubuntu.

4/10/20241 min read

Building Robust Kubernetes Infrastructure: A Guide to Multi-Master and Multi-Worker Setup with HAProxy