File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # terraform-aws-eks
1
+ # terraform-aws-eks
2
+
3
+ [ ![ Lint Status] ( https://github.com/terraform-aws-modules/terraform-aws-eks/workflows/Lint/badge.svg )] ( https://github.com/terraform-aws-modules/terraform-aws-eks/actions )
4
+ [ ![ LICENSE] ( https://img.shields.io/github/license/terraform-aws-modules/terraform-aws-eks )] ( https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/LICENSE )
2
5
3
6
A terraform module to create a managed Kubernetes cluster on AWS EKS. Available
4
7
through the [ Terraform registry] ( https://registry.terraform.io/modules/terraform-aws-modules/eks/aws ) .
5
8
Inspired by and adapted from [ this doc] ( https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html )
6
9
and its [ source code] ( https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started ) .
7
10
Read the [ AWS docs on EKS to get connected to the k8s dashboard] ( https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html ) .
8
11
9
- | Branch | Build status |
10
- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11
- | 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 ) |
12
-
13
12
## Assumptions
14
13
15
14
* You want to create an EKS cluster and an autoscaling group of workers for the cluster.
You can’t perform that action at this time.
0 commit comments