Add IT localization for overview/components/ (#18368)

* begin the real work

* rollback set of changes

* translate components and required glossary items

* improve many aspects thanks to the comments in the pr thread
This commit is contained in:
Fabio Alessandro Locati
2020-01-21 11:07:37 +01:00
committed by Kubernetes Prow Robot
parent 54bf3977fe
commit a0325251ab
12 changed files with 344 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
---
title: API server
id: kube-apiserver
date: 2018-04-12
full_link: /docs/reference/generated/kube-apiserver/
short_description: >
Componente della Control plane che serve le Kubernetes API.
aka:
- kube-apiserver
tags:
- architecture
- fundamental
---
L'API server è un componente di Kubernetes
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} che espone le Kubernetes API.
L'API server è il front end del control plane di Kubernetes.
<!--more-->
La principale implementazione di un server Kubernetes API è [kube-apiserver](/docs/reference/generated/kube-apiserver/).
kube-apiserver è progettato per scalare orizzontalmente, cioè scala aumentando il numero di istanze.
Puoi eseguire multiple istanze di kube-apiserver e bilanciare il traffico tra queste istanze.