This commit is contained in:
Vassiliy Yegorov
2022-06-07 10:41:53 +07:00
commit 7f72d9883a
9 changed files with 492 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# Поднимаем кластер k8s в [любом] облаке
## Утилиты
- [terraform](https://www.terraform.io/downloads)
- [kubeone](https://github.com/kubermatic/kubeone/releases/)
## Видео к курсу
- [видео]()
## Ставим
- export HCLOUD_TOKEN="<YOUR HCLOUD TOKEN>"
- terraform init
- terraform apply
- terraform output -json > output.json
- kubeone apply --manifest kubeone.yaml --tfjson
## Сносим
- kubeone reset --manifest kubeone.yaml -t output.json
- terraform destroy
##### Автор
- **Vassiliy Yegorov** [vasyakrg](https://git.realmanual.ru)
- [школа](realmanual.ru)
- [youtube](youtube.com/realmanual)