This is a WIP repo...
- Configure Terraform scripts:
- Resources parametrized definition at
main.tf - Parameters definitions and values at
variables.tf - AWS provider configuration and credentials config at
providers.tf
- Resources parametrized definition at
- Copy the output of the
ConfigMapfrom the console into fileconfig_map_aws_auth.yamlto attach worker nodes into Kubernetes Master. - Deploy the
ConfigMapinto Kubernetes Master (default namespace):
kubectl -f apply config_map_aws_auth.yaml