📄️ Baremetal Local
Local baremetal Kubernetes installation with Vagrant and VirtualBox: cluster setup with 1 master and 2 worker nodes, kubeadm, containerd, Weave CNI, and automation scripts for learning environment.
📄️ Multi Master
Kubernetes baremetal multi-master cluster with Vagrant: high availability setup with 3 masters, 2 workers, HAProxy load balancer and Keepalived for redundancy, stacked etcd topology and failover testing for production-ready clusters.
📄️ Multi Master Multi ETCD
Kubernetes with external ETCD cluster: advanced high availability with 3 masters, 3 ETCD nodes, TLS certificates, CFSSL, external topology for maximum resilience and separation of responsibilities.
📄️ AWS Terraform
Baremetal Kubernetes on AWS with Terraform: modular infrastructure as code, state backend, network module, Packer AMI, security groups, IAM, and automated production architecture.
📄️ KOPS
KOPS: Kubernetes Operations for AWS, simplified cluster management with Terraform, Route53, Auto Scaling Groups, ELB, security groups, and continuous multi-cloud updates.
🗃️ EKS
3 items
📄️ K3D
K3D: Kubernetes in Docker for local development, simple installation with YAML configuration, 1 master and 3 workers in containers, automatic kubectl integration, and fast testing environment.