86 lines
4.2 KiB
Markdown
86 lines
4.2 KiB
Markdown
---
|
||
#title: Tutorials
|
||
title: Навчальні матеріали
|
||
main_menu: true
|
||
weight: 60
|
||
content_type: concept
|
||
---
|
||
|
||
<!-- overview -->
|
||
|
||
<!--This section of the Kubernetes documentation contains tutorials.
|
||
A tutorial shows how to accomplish a goal that is larger than a single
|
||
[task](/docs/tasks/). Typically a tutorial has several sections,
|
||
each of which has a sequence of steps.
|
||
Before walking through each tutorial, you may want to bookmark the
|
||
[Standardized Glossary](/docs/reference/glossary/) page for later references.
|
||
-->
|
||
У цьому розділі документації Kubernetes зібрані навчальні матеріали. Кожний матеріал показує, як досягти окремої мети, що більша за одне [завдання](/docs/tasks/). Зазвичай навчальний матеріал має декілька розділів, кожен з яких містить певну послідовність дій. До ознайомлення з навчальними матеріалами вам, можливо, знадобиться додати у закладки сторінку з [Глосарієм](/docs/reference/glossary/) для подальшого консультування.
|
||
|
||
|
||
|
||
<!-- body -->
|
||
|
||
<!--## Basics
|
||
-->
|
||
## Основи
|
||
|
||
<!--* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
|
||
-->
|
||
* [Основи Kubernetes](/docs/tutorials/kubernetes-basics/) - детальний навчальний матеріал з інтерактивними уроками, що допоможе вам зрозуміти Kubernetes і спробувати його базову функціональність.
|
||
|
||
* [Масштабовані мікросервіси з Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
|
||
|
||
* [Вступ до Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
|
||
|
||
* [Привіт Minikube](/docs/tutorials/hello-minikube/)
|
||
|
||
<!--## Configuration
|
||
-->
|
||
## Конфігурація
|
||
|
||
* [Приклад: Конфігурування Java мікросервісу](/docs/tutorials/configuration/configure-java-microservice/)
|
||
|
||
* [Конфігурування Redis використовуючи ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
|
||
|
||
## Застосунки без стану (Stateless Applications) {#застосунки-без-стану}
|
||
|
||
* [Відкриття зовнішньої IP-адреси для доступу до програми в кластері](/docs/tutorials/stateless-application/expose-external-ip-address/)
|
||
|
||
* [Приклад: Розгортання застосунку PHP Guestbook з Redis](/docs/tutorials/stateless-application/guestbook/)
|
||
|
||
## Застосунки зі станом (Stateful Applications) {#застосунки-зі-станом}
|
||
|
||
* [Основи StatefulSet](/docs/tutorials/stateful-application/basic-stateful-set/)
|
||
|
||
* [Приклад: WordPress та MySQL із постійними томами](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
|
||
|
||
* [Приклад: Розгортання Cassandra зі Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
|
||
|
||
* [Запуск ZooKeeper, координатора розподіленої системи](/docs/tutorials/stateful-application/zookeeper/)
|
||
|
||
## Кластери
|
||
|
||
* [AppArmor](/docs/tutorials/clusters/apparmor/)
|
||
|
||
* [seccomp](/docs/tutorials/clusters/seccomp/)
|
||
|
||
## Сервіси
|
||
|
||
* [Використання Source IP](/docs/tutorials/services/source-ip/)
|
||
|
||
|
||
|
||
## {{% heading "whatsnext" %}}
|
||
|
||
|
||
<!--If you would like to write a tutorial, see
|
||
[Using Page Templates](/docs/home/contribute/page-templates/)
|
||
for information about the tutorial page type and the tutorial template.
|
||
-->
|
||
Якщо ви хочете написати навчальний матеріал, у статті
|
||
[Використання шаблонів сторінок](/docs/home/contribute/page-templates/)
|
||
ви знайдете інформацію про тип навчальної сторінки і шаблон.
|
||
|
||
|