1 |
cloud formation |
standard AWS method to deploy AWS resources |
https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html |
|
|
2 |
aws cdk |
generate cloud formation using code (typescript,python etc) |
https://docs.aws.amazon.com/cdk/api/latest/docs/aws-eks-readme.html |
|
|
3 |
aws quick start |
AWS collection of cloud formation templates and lambda function |
https://docs.aws.amazon.com/quickstart/latest/amazon-eks-architecture/welcome.html |
|
|
4 |
eksctl |
AWS cli to automate cloudformatio management |
https://eksctl.io/ |
|
|
5 |
cluster api |
Create K8s cluster using K8s CRD ( need to provision small cluster before) |
https://github.com/kubernetes-sigs/cluster-api-provider-aws |
|
|
6 |
terraform |
hashicorp multi cloud tool |
https://learn.hashicorp.com/terraform/kubernetes/provision-eks-cluster |
|
|