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
+19
View File
@@ -0,0 +1,19 @@
---
title: Kubelet
id: kubelet
date: 2018-04-12
full_link: /docs/reference/generated/kubelet
short_description: >
Un agente che è eseguito su ogni nodo del cluster. Si assicura che i container siano eseguiti in un pod.
aka:
tags:
- fundamental
- core-object
---
Un agente che è eseguito su ogni nodo del cluster. Si assicura che i container siano eseguiti in un pod.
<!--more-->
La kubelet riceve un set di PodSpecs che vengono forniti attraverso vari meccanismi, e si assicura che i container descritti in questi PodSpecs funzionino correttamente e siano sani. La kubelet non gestisce i container che non sono stati creati da Kubernetes.