From 17bc826bf8bb74feb33550af13214ff14cdc9869 Mon Sep 17 00:00:00 2001 From: AntonGrushkin <41586313+AntonGrushkin@users.noreply.github.com> Date: Mon, 19 Apr 2021 13:59:58 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3d8a20cc..e0fb3b35 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ # Boilerplate for a basic AWS infrastructure with EKS cluster +#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 -[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/) +[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io?utm_source=github&utm_medium=madboiler) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ## Advantages of this boilerplate -- Infrastructure as Code (IaC): using Terraform, you get an infrastructure that’s smooth and efficient -- 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 -- Scalability and flexibility: the infrastructure built based on this boilerplate can be expanded and updated anytime -- 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 -- Control over resources: the IaC approach makes the infrastructure more observable and prevents waste of resources -- 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 +- **Infrastructure as Code (IaC)**: using Terraform, you get an infrastructure that’s smooth and efficient +- **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 +- **Scalability and flexibility**: the infrastructure built based on this boilerplate can be expanded and updated anytime +- **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 +- **Control over resources**: the IaC approach makes the infrastructure more observable and prevents waste of resources +- **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 ## Why you should use this boilerplate -- 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 -- 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 -- It’s free: we’re happy to share the results of our work +- **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 +- **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 +- **It’s free**: we’re happy to share the results of our work ## Description From b87eb67cced1608ea23a7ca4516ea5b399df459c Mon Sep 17 00:00:00 2001 From: AntonGrushkin <41586313+AntonGrushkin@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:08:50 +0600 Subject: [PATCH 2/2] Remove hashtags --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e0fb3b35..efe353d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Boilerplate for a basic AWS infrastructure with EKS cluster -#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 [![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io?utm_source=github&utm_medium=madboiler) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)