-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding helm homework #56
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Домашнее задание №16 «Шаблонизация манифестов "Календаря"» | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Предлагаю добавить ссылку на этот файл в README в корне репозитория, по аналогии с остальными заданиями |
||
|
||
Цели данного задания: | ||
* получить представление о оркестраторе Kubernetes, его архитектуре; | ||
* разобраться с ресурсами K8s и манифестами; | ||
* познакомиться с шаблонизатором Helm и его синтаксисом. | ||
|
||
|
||
### Шаблонизация манифестов | ||
Необходимо: | ||
- Развернуть кластер K8s (minikibe/k3s/microk8s) | ||
- Написать k8s манифесты для процессов приложения календаря (deployment, service, ingress) | ||
- Написать helm chart для шаблонизации манифестов, создать values файл с дефолтными значениями | ||
|
||
### Критерии оценки | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Думаю, что будет здорово, если сумма баллов в критерии оценки будет соответствовать остальным заданиям, т.е 10 |
||
- Созданы yaml манифесты для deployment, service, ingress - 3 балла | ||
- Есть liveness и readiness пробы - 1 балл | ||
- Написан helm чарт, есть values файл - 2 балла | ||
- Makefile заполнен и пайплайн зеленый - 1 балл | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Каким образом пайплайн проверяет корректность задания? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Кажется тут нужны изменения в нашем ci |
||
|
||
|
||
#### Зачёт от 6 баллов | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Есть ли подсказки для студентов и частые ошибки, на которые следует обратить внимание при выполнении задания? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вероянтно, следует переименовать директорию и добавить
16