Skip to content

Commit 255e68d

Browse files
Add glossary entry for probe (#40131)
* Add glossary entry for probe #39608 * Suggested changes done to probe.md - added id, date changed/updated, full link added, etc * suggest changes done, tag added * re-worded the short_description and description for probe to avoid misunderstanding with word diagnostic * back with diagnostic * suggest changes done * suggested changes done
1 parent 3985178 commit 255e68d

File tree

1 file changed

+18
-0
lines changed
  • content/en/docs/reference/glossary

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Probe
3+
id: probe
4+
date: 2023-03-21
5+
full_link: /docs/concepts/workloads/pods/pod-lifecycle/#container-probes
6+
7+
short_description: >
8+
A check performed periodically by the kubelet on a container in a Pod.
9+
10+
tags:
11+
- tool
12+
---
13+
A check that the kubelet periodically performs against a container that is
14+
running in a pod, that will define container's state and health and informing container's lifecycle.
15+
16+
<!--more-->
17+
18+
To learn more, read [container probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).

0 commit comments

Comments
 (0)