Skip to content

Commit

Permalink
feature: include missing core object in glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilasha2418 committed Oct 13, 2024
1 parent 3cd4bda commit 6b47ec3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/reference/glossary/network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- networking
- architecture
- extension
- core-object
---
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.

Expand Down
1 change: 1 addition & 0 deletions content/en/docs/reference/glossary/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ short_description: >
aka:
tags:
- core-object
- fundamental
---
A node is a worker machine in Kubernetes.
Expand Down
17 changes: 17 additions & 0 deletions content/en/docs/reference/glossary/pod-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Pod Template
id: pod-template
date: 2024-10-13
short_description: >
A Pod Template defines template for creating pods.
aka:
tags:
- core-object

---
An API object that defines a template for creating {{< glossary_tooltip text="pod" term_id="pod" >}}, typically used in higher-level controllers.

<!--more-->

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 comments on commit 6b47ec3

Please sign in to comment.