From eksctl to Terraform: Essential Resource Mapping

Introduction As part of ckad certification, am following the school of devops certification path. One of the task I liked was the eksctl path. eksctl provides a simple YAML-based approach to provisioning EKS clusters. As shown below, the control plane is managed by AWS and the dataplane/nodegroups are application responsibility. However, as infrastructure complexity grows, … Continue reading From eksctl to Terraform: Essential Resource Mapping