Add minimum requirement content (#3)

* Localize front page
* Localize heading and subheading URLs
    Close kubernetes-i18n-ukrainian/website#6
    Close kubernetes-i18n-ukrainian/website#11
* Uk translation for k8s basics
    Close kubernetes-i18n-ukrainian/website#9
* Uk localization homepage
    PR: kubernetes-i18n-ukrainian/website#102
* Buildable version of the Ukrainian website
* Adding localized content of the what-is-kubernetes.md
    Close kubernetes-i18n-ukrainian/website#12
* Localizing site strings in toml file
* Localizing tutorials
    Close kubernetes-i18n-ukrainian/website#32
* Localizing templates
* Localize glossary terms
    Close kubernetes-i18n-ukrainian/website#2
* Create glossary for UK contributors
    Close kubernetes-i18n-ukrainian/website#101
* Add butuzov to dream team

Co-authored-by: Anastasiya Kulyk <nastya.kulyk@gmail.com>
Co-Authored-By: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com>
This commit is contained in:
Maksym Vlasov
2020-03-31 21:14:44 +03:00
committed by GitHub
parent 7bd5562d2b
commit 56c18bcc08
80 changed files with 9640 additions and 2 deletions
@@ -0,0 +1,33 @@
---
title: kube-proxy
id: kube-proxy
date: 2018-04-12
full_link: /docs/reference/command-line-tools-reference/kube-proxy/
# short_description: >
# `kube-proxy` is a network proxy that runs on each node in the cluster.
short_description: >
`kube-proxy` - це мережеве проксі, що запущене на кожному вузлі кластера.
aka:
tags:
- fundamental
- networking
---
<!-- [kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) is a
network proxy that runs on each node in your cluster, implementing part of
the Kubernetes {{< glossary_tooltip term_id="service">}} concept.
-->
[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) є мережевим проксі, що запущене на кожному вузлі кластера і реалізує частину концепції Kubernetes {{< glossary_tooltip term_id="сервісу">}}.
<!--more-->
<!--kube-proxy maintains network rules on nodes. These network rules allow
network communication to your Pods from network sessions inside or outside
of your cluster.
-->
kube-proxy відповідає за мережеві правила на вузлах. Ці правила обумовлюють підключення по мережі до ваших Подів всередині чи поза межами кластера.
<!--kube-proxy uses the operating system packet filtering layer if there is one
and it's available. Otherwise, kube-proxy forwards the traffic itself.
-->
kube-proxy використовує шар фільтрації пакетів операційної системи, за наявності такого. В іншому випадку kube-proxy скеровує трафік самостійно.