Skip to content

Commit 6b47ec3

Browse files
committed
feature: include missing core object in glossary
1 parent 3cd4bda commit 6b47ec3

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

content/en/docs/reference/glossary/network-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
- networking
1212
- architecture
1313
- extension
14+
- core-object
1415
---
1516
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
1617

content/en/docs/reference/glossary/node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ short_description: >
88
99
aka:
1010
tags:
11+
- core-object
1112
- fundamental
1213
---
1314
A node is a worker machine in Kubernetes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Pod Template
3+
id: pod-template
4+
date: 2024-10-13
5+
short_description: >
6+
A Pod Template defines template for creating pods.
7+
8+
aka:
9+
tags:
10+
- core-object
11+
12+
---
13+
An API object that defines a template for creating {{< glossary_tooltip text="pod" term_id="pod" >}}, typically used in higher-level controllers.
14+
15+
<!--more-->
16+
17+
Pod Templates provide a specification that includes metadata, labels, and a pod's desired state, which is utilized by controllers like {{< glossary_tooltip text="deployment" term_id="deployment" >}} and {{< glossary_tooltip text="statefulset" term_id="statefulset" >}} to create and manage multiple {{< glossary_tooltip text="replicas" term_id="" >}} of {{< glossary_tooltip text="pod" term_id="pod" >}}.

0 commit comments

Comments
 (0)