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
ConfigMap
from the console into fileconfig_map_aws_auth.yaml
to attach worker nodes into Kubernetes Master. - Deploy the
ConfigMap
into Kubernetes Master (default namespace
):
kubectl -f apply config_map_aws_auth.yaml