> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/razvertyvanie-ha-klastera/podgotovka-utm-k8s-node3-6.md).

# Подготовка utm-k8s-node3-6

## Описание

Как основа использовалась инструкция "Гайд для новичков по установке Kubernetes (версия 03.2025)": [habr.com](https://habr.com/ru/articles/725640/)

Базовая статья с официальной документацией: <https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/>

## Параметры

Виртуальный сервер

Имя узла: utm-k8s-node3-6

IP узла: 192.168.3.6

ОС: Ubuntu Server 24.04.3 LTS

RAM: 8 GB

CPU: 4

Hard Disk: 100 GB

Запущен в VMware Workstation на utm-server5 (192.168.1.3)

## Настройка

### Базовая подготовка

За основу взят подготовленный [базовый образ "utm-k8s-basenode"](/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/razvertyvanie-ha-klastera/podgotovka-bazovogo-obraza-utm-k8s-basenode.md) для VMware Workstation.

Выполнить действия

1. Если запущен, то остановить ВМ utm-k8s-basenode
2. В VMware Workstation выполнить Full clone ВМ utm-k8s-basenode в ВМ utm-k8s-node3-6
3. Запустить ВМ utm-k8s-node3-6
4. Поменять имя запущенной ВМ на utm-k8s-node3-6
5. На роутере в DHCP присвоить utm-k8s-node3-6 IP адрес 192.168.3.6
6. Выполнить `sudo netplan apply`  потом `ip a`
7. Перезагрузить ВМ и проверить что имя хоста стало utm-k8s-node3-6 и IP адрес 192.168.3.6
8. Настроить автозапуск ВМ utm-k8s-node3-6


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/razvertyvanie-ha-klastera/podgotovka-utm-k8s-node3-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
