This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/examples/aws-eks
2021-03-18 10:42:45 -07:00
..
cue.mod Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00
cfn_template_eks_controlplane.cue Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00
cfn_template_eks_nodegroup.cue Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00
infrastructure.cue Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00
main.cue Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00
README.md Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances 2021-03-18 10:42:45 -07:00

Kubernetes on AWS (EKS)

How to run

dagger compute . \
    --input-string awsConfig.accessKey="MY_AWS_ACCESS_KEY" \
    --input-string awsConfig.secretKey="MY_AWS_SECRET_KEY"