Skip to content

Commit 19187d0

Browse files
authored
Merge pull request #28157 from Arhell/config
[uk] Add configuration java microservice
2 parents 7f3e885 + 5e27d2e commit 19187d0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

content/uk/docs/tutorials/_index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,41 +29,43 @@ Before walking through each tutorial, you may want to bookmark the
2929
-->
3030
* [Основи Kubernetes](/docs/tutorials/kubernetes-basics/) - детальний навчальний матеріал з інтерактивними уроками, що допоможе вам зрозуміти Kubernetes і спробувати його базову функціональність.
3131

32-
* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
32+
* [Масштабовані мікросервіси з Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
3333

34-
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
34+
* [Вступ до Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
3535

3636
* [Привіт Minikube](/docs/tutorials/hello-minikube/)
3737

3838
<!--## Configuration
3939
-->
4040
## Конфігурація
4141

42-
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
42+
* [Приклад: Конфігурування Java мікросервісу](/docs/tutorials/configuration/configure-java-microservice/)
43+
44+
* [Конфігурування Redis використовуючи ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
4345

4446
## Застосунки без стану (Stateless Applications) {#застосунки-без-стану}
4547

46-
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
48+
* [Відкриття зовнішньої IP-адреси для доступу до програми в кластері](/docs/tutorials/stateless-application/expose-external-ip-address/)
4749

48-
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
50+
* [Приклад: Розгортання застосунку PHP Guestbook з Redis](/docs/tutorials/stateless-application/guestbook/)
4951

5052
## Застосунки зі станом (Stateful Applications) {#застосунки-зі-станом}
5153

52-
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
54+
* [Основи StatefulSet](/docs/tutorials/stateful-application/basic-stateful-set/)
5355

54-
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
56+
* [Приклад: WordPress та MySQL із постійними томами](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
5557

56-
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
58+
* [Приклад: Розгортання Cassandra зі Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
5759

58-
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
60+
* [Запуск ZooKeeper, координатора розподіленої системи](/docs/tutorials/stateful-application/zookeeper/)
5961

6062
## Кластери
6163

6264
* [AppArmor](/docs/tutorials/clusters/apparmor/)
6365

6466
## Сервіси
6567

66-
* [Using Source IP](/docs/tutorials/services/source-ip/)
68+
* [Використання Source IP](/docs/tutorials/services/source-ip/)
6769

6870

6971

0 commit comments

Comments
 (0)