Skip to content

Commit 484072f

Browse files
committed
#7 Added badges and minor fixes to readme
1 parent 4ae54ef commit 484072f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README-RU.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Бойлерплейт базовой AWS инфраструктуры c EKS-кластером
22

3+
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
6+
37
## Преимущества этого бойлерплейта
48

59
- Инфраструктура как код (IaC): используя Terraform, вы получаете налаженную и продуктивную инфраструктуру
@@ -17,7 +21,7 @@
1721

1822
## Описание
1923

20-
В данном репозитории собраны наработки команды MadOps для быстрого развертывания Kubernetes кластера, вспомогательных сервисов и нижележащей инфраструктуры в облаке Amazon. Основным инструментом разработки и поставки является [terraform](https://www.terraform.io/)
24+
В данном репозитории собраны наработки команды Mad Devs для быстрого развертывания Kubernetes кластера, вспомогательных сервисов и нижележащей инфраструктуры в облаке Amazon. Основным инструментом разработки и поставки является [terraform](https://www.terraform.io/)
2125

2226
За время работы компании мы перепробовали много инфраструктурных решений и сервисов, и прошли путь от on-premise железа до serverless. В итоге на текущий момент нашей стандартной платформой для развертывания приложений стал Kubernetes, а основным облаком - AWS. Тут стоит отметить, что несмотря на то, что 90% наших и клиентских проектов хостится на AWS, а в качестве Kubernetes платформы используется [AWS EKS](https://aws.amazon.com/eks/), мы не упираемся рогом, не тащим все подряд в Kubernetes и не заставляем хостится в AWS. Kubernetes предлагается только после сбора и анализа требований к архитектуре сервиса. А далее при выборе Kubernetes - приложениям почти не важно, как создан сам кластер - вручную, через kops или используя managed услуги облачных провайдеров - в своей основе платформа Kubernetes везде одинакова. И выбор конкретного провайдера уже складывается из дополнительный требований, экспертизы и т.д.
2327

@@ -44,6 +48,7 @@
4448
- [init](#init)
4549
- [plan](#plan)
4650
- [apply](#apply)
51+
- [terragrunt](#terragrunt)
4752
- [Что делать после деплоя](#что-делать-после-деплоя)
4853
- [examples](#examples)
4954
- [Coding conventions](#coding-conventions)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Boilerplate for a basic AWS infrastructure with EKS cluster
22

3+
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
36
## Advantages of this boilerplate
47

58
- Infrastructure as Code (IaC): using Terraform, you get an infrastructure that’s smooth and efficient
@@ -17,7 +20,7 @@
1720

1821
## Description
1922

20-
This repository contains the know-how of the MadOps team for the rapid deployment of a Kubernetes cluster, supporting services, and the underlying infrastructure in the Amazon cloud. The main development and delivery tool is [terraform](https://www.terraform.io/)
23+
This repository contains the know-how of the Mad Devs team for the rapid deployment of a Kubernetes cluster, supporting services, and the underlying infrastructure in the Amazon cloud. The main development and delivery tool is [terraform](https://www.terraform.io/)
2124

2225
In our company’s work, we have tried many infrastructure solutions and services and traveled the path from on-premise hardware to serverless. As of today, Kubernetes has become our standard platform for deploying applications, and AWS has become the main cloud. It is worth noting here that although 90% of our and our clients’ projects are hosted on AWS and [AWS EKS](https://aws.amazon.com/eks/) is used as the Kubernetes platform, we do not insist, do not drag everything to Kubernetes, and do not force anyone to be hosted on AWS. Kubernetes is offered only after the collection and analysis of service architecture requirements. And then, when choosing Kubernetes, it makes almost no difference to applications how the cluster itself is created—manually, through kops or using managed services from cloud providers—in essence, the Kubernetes platform is the same everywhere. So the choice of a particular provider is then made based on additional requirements, expertise, etc.
2326

@@ -44,6 +47,7 @@ You may reasonably question the number of `.tf` files. This monolith certainly s
4447
- [init](#init)
4548
- [plan](#plan)
4649
- [apply](#apply)
50+
- [terragrunt](#terragrunt)
4751
- [What to do after deployment](#what-to-do-after-deployment)
4852
- [examples](#examples)
4953
- [Coding conventions](#coding-conventions)

0 commit comments

Comments
 (0)