Skip to content

Commit

Permalink
Added asciinema and youtube video(ru) links (#37)
Browse files Browse the repository at this point in the history
* #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]>
  • Loading branch information
halfb00t and mglotov authored Apr 20, 2021
1 parent dc0c71d commit 149080b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


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

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

[![boilerplate asciicast](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB.png)](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB?autoplay=1&speed=2)

## Описание

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

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

Более подробно о нашем бойлерплейте смотрите в видео:

[![boilerplate youtube video](https://img.youtube.com/vi/loqSDGgtmKg/0.jpg)](https://youtu.be/loqSDGgtmKg)

## Оглавление

- [Архитектурная схема](#архитектурная-схема)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- **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

[![boilerplate asciicast](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB.png)](https://asciinema.org/a/wCS0HdC6UViWDKO7GypyIJjaB?autoplay=1&speed=2)

## Description

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/)
Expand Down
1 change: 1 addition & 0 deletions terraform/layer1-aws/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ output "eks_cluster_security_group_id" {
output "eks_kubectl_config" {
description = "kubectl config as generated by the module."
value = module.eks.kubeconfig
sensitive = true
}

output "eks_kubectl_console_config" {
Expand Down

0 comments on commit 149080b

Please sign in to comment.