forked from ydb-platform/ydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YDBDOCS-633: review follow-up (ydb-platform#3338)
- Loading branch information
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Working with {{ ydb-short-name }} using Ansible | ||
|
||
This section of {{ ydb-short-name }} documentation contains a collection of articles intended for DevOps engineers managing {{ ydb-short-name }} clusters using [Ansible](https://www.ansible.com/). This is the recommended approach to running production {{ ydb-short-name }} clusters unless your organization has already embraced [Kubernetes](../kubernetes/index.md). | ||
This section of {{ ydb-short-name }} documentation contains a collection of articles intended for DevOps engineers managing {{ ydb-short-name }} clusters using [Ansible](https://www.ansible.com/). This is the recommended approach to running production {{ ydb-short-name }} clusters directly on virtual machines or bare metal. It is recommended to use [Kubernetes](../kubernetes/index.md) instead of Ansible for containerized environments. | ||
|
||
The key articles to get started with this section: | ||
|
||
* [Initial deployment](initial-deployment.md) | ||
* [Preparing VMs with Terraform](preparing-vms-with-terraform.md) | ||
* [Preparing VMs with Terraform](preparing-vms-with-terraform.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Working with {{ ydb-short-name }} using Kubernetes | ||
|
||
This section of {{ ydb-short-name }} documentation contains a collection of articles intended for SRE's deploying {{ ydb-short-name }} clusters using [Kubernetes](https://kubernetes.io/). This is the recommended approach to running production {{ ydb-short-name }} clusters. If your organization is not comfortable with Kubernetes yet, we'd recommend [using Ansible instead](../ansible/index.md). | ||
This section of {{ ydb-short-name }} documentation contains a collection of articles intended for SRE's deploying {{ ydb-short-name }} clusters using [Kubernetes](https://kubernetes.io/). This is the recommended approach to running production {{ ydb-short-name }} clusters in containerized environments. For running {{ ydb-short-name }} clusters on virtual machines or bare metal, [use Ansible](../ansible/index.md) instead. | ||
|
||
The key articles to get started with this section: | ||
|
||
* [Initial deployment](initial-deployment.md) | ||
* [Initial deployment](initial-deployment.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
items: | ||
- name: Обзор | ||
href: index.md | ||
- name: Изначальное развёртывание | ||
- name: Первоначальное развёртывание | ||
href: initial-deployment.md | ||
- name: Подготовка виртуальных машин с Terraform | ||
href: preparing-vms-with-terraform.md | ||
href: preparing-vms-with-terraform.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Работа с {{ ydb-short-name }} в Kubernetes | ||
|
||
Этот раздел документации {{ ydb-short-name }} содержит коллекцию статей, предназначенных для DevOps-инженеров, работающих с кластерами {{ ydb-short-name }} через [Kubernetes](https://kubernetes.io/). Это рекомендуемый подход к запуску production кластеров {{ ydb-short-name }}. Если ваша компания ещё не внедрила Kubernetes, мы рекомендуем [использовать Ansible](../ansible/index.md) вместо него. | ||
Этот раздел документации {{ ydb-short-name }} содержит коллекцию статей, предназначенных для DevOps-инженеров, работающих с кластерами {{ ydb-short-name }} через [Kubernetes](https://kubernetes.io/). Это рекомендуемый подход к запуску production кластеров {{ ydb-short-name }} в контейнерных окружениях. Для работы с кластерами {{ ydb-short-name }} на виртуальных машинах или физических серверов, [используйте Ansible](../ansible/index.md) вместо него. | ||
|
||
Основные статьи для начала работы с этим разделом: | ||
|
||
* [Первоначальное развертывание](initial-deployment.md) | ||
* [Первоначальное развертывание](initial-deployment.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
items: | ||
- name: Обзор | ||
href: index.md | ||
- name: Изначальное развёртывание | ||
href: initial-deployment.md | ||
- name: Первоначальное развёртывание | ||
href: initial-deployment.md |