[IT] Added overview descriptions
[IT] Added description overview [IT] Added description overview Fixed naming convention
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: I componenti di Kubernetes
|
title: I componenti di Kubernetes
|
||||||
|
description: >
|
||||||
|
Un cluster di Kubernetes è costituito da un insieme di componenti che sono, come minimo, un Control Plane e uno o più sistemi di elaborazione, detti nodi.
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 20
|
weight: 20
|
||||||
card:
|
card:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Le API di Kubernetes
|
title: Le API di Kubernetes
|
||||||
|
description: >
|
||||||
|
Le API di Kubernetes ti permettono di interrogare e manipolare lo stato degli oggetti in Kubernetes. Il cuore del Control Plane di Kubernetes è l'API server e le API HTTP che esso espone. Ogni entità o componente che si interfaccia con il cluster (gli utenti, le singole parti del tuo cluster, i componenti esterni), comunica attraverso l'API server.
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 30
|
weight: 30
|
||||||
card:
|
card:
|
||||||
|
|||||||
Reference in New Issue
Block a user