Skip to content

Commit 17bc826

Browse files
Update README.md
1 parent 3beeea2 commit 17bc826

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Boilerplate for a basic AWS infrastructure with EKS cluster
2+
#kubernetes #aws #terraform #k8s #terraform-module #eks #eks-cluster #eks-workers #devops #amazon-eks #docker #boilerplate #infrastructure-as-code #serverless-kubernetes-cluster #hashicorp-terraform #kubernetes-cluster
23

3-
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
4+
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io?utm_source=github&utm_medium=madboiler)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
56

67
## Advantages of this boilerplate
78

8-
- Infrastructure as Code (IaC): using Terraform, you get an infrastructure that’s smooth and efficient
9-
- State management: Terraform saves the current infrastructure state, so you can review further changes without applying them. Also, state can be stored remotely, so you can work on the infrastructure in a team
10-
- Scalability and flexibility: the infrastructure built based on this boilerplate can be expanded and updated anytime
11-
- Comprehensiveness: you get scaling and monitoring instruments along with the basic infrastructure. You don’t need to manually modify anything in the infrastructure; you can simply make changes in Terraform as needed and deploy them to AWS and Kubernetes
12-
- Control over resources: the IaC approach makes the infrastructure more observable and prevents waste of resources
13-
- Clear documentation: your Terraform code effectively becomes your project documentation. It means that you can add new members to the team, and it won’t take them too much time to figure out how the infrastructure works
9+
- **Infrastructure as Code (IaC)**: using Terraform, you get an infrastructure that’s smooth and efficient
10+
- **State management**: Terraform saves the current infrastructure state, so you can review further changes without applying them. Also, state can be stored remotely, so you can work on the infrastructure in a team
11+
- **Scalability and flexibility**: the infrastructure built based on this boilerplate can be expanded and updated anytime
12+
- **Comprehensiveness**: you get scaling and monitoring instruments along with the basic infrastructure. You don’t need to manually modify anything in the infrastructure; you can simply make changes in Terraform as needed and deploy them to AWS and Kubernetes
13+
- **Control over resources**: the IaC approach makes the infrastructure more observable and prevents waste of resources
14+
- **Clear documentation**: your Terraform code effectively becomes your project documentation. It means that you can add new members to the team, and it won’t take them too much time to figure out how the infrastructure works
1415

1516
## Why you should use this boilerplate
1617

17-
- Safe and polished: we’ve used these solutions in our own large-scale, high-load projects. We’ve been perfecting this infrastructure building process for months, making sure that it results in a system that is safe to use, secure, and reliable
18-
- Saves time: you can spend weeks doing your own research and making the unavoidable mistakes to build an infrastructure like this. Instead, you can rely on this boilerplate and create the infrastructure you need within a day
19-
- It’s free: we’re happy to share the results of our work
18+
- **Safe and polished**: we’ve used these solutions in our own large-scale, high-load projects. We’ve been perfecting this infrastructure building process for months, making sure that it results in a system that is safe to use, secure, and reliable
19+
- **Saves time**: you can spend weeks doing your own research and making the unavoidable mistakes to build an infrastructure like this. Instead, you can rely on this boilerplate and create the infrastructure you need within a day
20+
- **It’s free**: we’re happy to share the results of our work
2021

2122
## Description
2223

0 commit comments

Comments
 (0)