Skip to content

Commit c8997a5

Browse files
this is ready to ship
1 parent 60e2259 commit c8997a5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ Gemfile.lock
99
terraform.tfstate.d/
1010
kubeconfig
1111
config-map-aws-auth.yaml
12+
eks-admin-cluster-role-binding.yaml
13+
eks-admin-service-account.yaml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ A terraform module to create a managed Kubernetes cluster on AWS EKS. Available
44
through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws).
55
Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html)
66
and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started).
7+
Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html).
78

89
| Branch | Build status |
910
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1011
| master | [![build Status](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks.svg?branch=master)](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks) |
1112

1213
## Assumptions
14+
1315
* You want to create an EKS cluster and an autoscaling group of workers for the cluster.
1416
* You want these resources to exist within security groups that allow communication and coordination. These can be user provided or created within the module.
1517
* You've created a Virtual Private Cloud (VPC) and subnets where you intend to put the EKS resources.

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
* through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws).
66
* Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html)
77
* and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started).
8+
* Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html).
89
910
* | Branch | Build status |
1011
* | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1112
* | master | [![build Status](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks.svg?branch=master)](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks) |
1213
1314
* ## Assumptions
15+
1416
** You want to create an EKS cluster and an autoscaling group of workers for the cluster.
1517
** You want these resources to exist within security groups that allow communication and coordination. These can be user provided or created within the module.
1618
** You've created a Virtual Private Cloud (VPC) and subnets where you intend to put the EKS resources.

0 commit comments

Comments
 (0)