mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Update badges (#542)
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
# terraform-aws-eks
|
# terraform-aws-eks
|
||||||
|
|
||||||
|
[](https://github.com/terraform-aws-modules/terraform-aws-eks/actions)
|
||||||
|
[](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/LICENSE)
|
||||||
|
|
||||||
A terraform module to create a managed Kubernetes cluster on AWS EKS. Available
|
A terraform module to create a managed Kubernetes cluster on AWS EKS. Available
|
||||||
through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws).
|
through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws).
|
||||||
Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html)
|
Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html)
|
||||||
and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started).
|
and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started).
|
||||||
Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html).
|
Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html).
|
||||||
|
|
||||||
| Branch | Build status |
|
|
||||||
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
||||||
| master | [](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks) |
|
|
||||||
|
|
||||||
## Assumptions
|
## Assumptions
|
||||||
|
|
||||||
* You want to create an EKS cluster and an autoscaling group of workers for the cluster.
|
* You want to create an EKS cluster and an autoscaling group of workers for the cluster.
|
||||||
|
|||||||
Reference in New Issue
Block a user