plain-orange-95949
10/17/2024, 9:46 AMkubeadm
, Rancher
, and configure master/worker pods using Pulumi in Go. Currently we are using the user_data
script in the Pulumi configuration to install kubeadm
as soon as the instance is created and then using the Pulumi Kubernetes SDK to manage the cluster (deploy Rancher, create pods, etc.). Is there a way directly bootstrap a Kubernetes cluster (e.g., using kubeadm
) on EC2 instances in Pulumi without manually doing it or using user_data scripts?quick-house-41860
10/17/2024, 10:04 AMplain-orange-95949
10/17/2024, 10:33 AM