Setup Multi-master Kubernetes cluster with kubeadm
Before we begin, let me give overview about the machines : HAProxy machine : 192.168.29.93 ( Machine on which the HAProxy load balancer will be installed) Master1 : 192.168.29.90 Master2 : 192.168.29.91 Master3 : 192.168.29.92 Worker1 : 192.168.29.100 Worker2 : 192.168.29.101 Worker3 : 192.168.29.102 Installing dependencies Cloud Flare SSL ( generate the different certificates […]
Terraform Modularization in Simple Steps
This blog post covers Terraform modules and their usage. It explains what modules are and provides guidance on how to use them effectively. In this post, you’ll learn about Terraform modules, which help simplify managing and scaling infrastructure configurations. As infrastructure grows, managing it within a single directory can become difficult, which is where […]