Skip to content

Commit 149080b

Browse files
halfb00tmglotov
andauthored
Added asciinema and youtube video(ru) links (#37)
* #36 embedded youtube video and asciinema Embedded link to asciinema cast into README-RU.md and README.md. Embedded youtube video in russian into README-RU.md. Marked as sensitive kubeconfig output. * #36 added new string to fix youtube video embedding * #36 added autoplay for asciinema * #36 fixed ? typo * #36 changed asciinema position * Fixed Readme Co-authored-by: mglotov <[email protected]>
1 parent dc0c71d commit 149080b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README-RU.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

6-
76
## Преимущества этого бойлерплейта
87

98
- Инфраструктура как код (IaC): используя Terraform, вы получаете налаженную и продуктивную инфраструктуру
@@ -19,6 +18,8 @@
1918
- Экономит время: вы можете потратить недели на собственные поиски и неизбежные ошибки, чтобы построить такую инфраструктуру. Или же вы можете положиться на этот бойлерплейт и поднять нужную инфраструктуру в течение дня
2019
- Свободный: мы рады делиться результатами своей работы
2120

21+
[![boilerplate asciicast](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB.png)](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB?autoplay=1&speed=2)
22+
2223
## Описание
2324

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

3031
Могут возникнуть справедливые вопросы к количеству `.tf` файлов. Оно конечно просится на рефакторинг и "обмодуливание". Чем мы и займемся в ближайшее время, разбивая этот монолит на микромодули и вводя `terragrunt`, попутно решая озвученные проблемы выше.
3132

33+
Более подробно о нашем бойлерплейте смотрите в видео:
34+
35+
[![boilerplate youtube video](https://img.youtube.com/vi/loqSDGgtmKg/0.jpg)](https://youtu.be/loqSDGgtmKg)
36+
3237
## Оглавление
3338

3439
- [Архитектурная схема](#архитектурная-схема)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- **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
1919
- **It’s free**: we’re happy to share the results of our work
2020

21+
[![boilerplate asciicast](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB.png)](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB?autoplay=1&speed=2)
22+
2123
## Description
2224

2325
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/)

terraform/layer1-aws/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ output "eks_cluster_security_group_id" {
9292
output "eks_kubectl_config" {
9393
description = "kubectl config as generated by the module."
9494
value = module.eks.kubeconfig
95+
sensitive = true
9596
}
9697

9798
output "eks_kubectl_console_config" {

0 commit comments

Comments
 (0)