[uk] Fix `Kubernetes` typo

pull/33719/head
Sean 2022-05-16 14:01:50 +08:00
parent cd5e1dbe84
commit 6c2394c476
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Containers have become popular because they provide extra benefits, such as:
<!--
## Why you need Kubernetes and what can it do
-->
## Чому вам потрібен Kebernetes і що він може робити
## Чому вам потрібен Kubernetes і що він може робити
<!--
Containers are a good way to bundle and run your applications. In a production environment, you need to manage the containers that run the applications and ensure that there is no downtime. For example, if a container goes down, another container needs to start. Wouldn't it be easier if this behavior was handled by a system?