kubelet
E184347
kubelet is the primary node-level agent in Kubernetes responsible for managing pods and their containers on each worker node.
All labels observed (1)
| Label | Occurrences |
|---|---|
| kubelet canonical | 2 |
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Kubernetes component
ⓘ
node-level agent ⓘ |
| communicatesWith | kube-apiserver ⓘ |
| configurationFile | kubelet-config.yaml ⓘ |
| configurationMethod |
command-line flags
ⓘ
configuration file ⓘ |
| exposes |
read-only port 10255 (deprecated)
ⓘ
secure port 10250 ⓘ |
| hostProject | Cloud Native Computing Foundation ⓘ |
| interactsWith |
CRI-O
ⓘ
Docker ⓘ
surface form:
Docker (legacy)
container runtime ⓘ containerd ⓘ |
| introducedIn | early Kubernetes releases ⓘ |
| label | kubelet ⓘ |
| license | Apache License 2.0 ⓘ |
| maintainedBy |
Kubernetes
ⓘ
surface form:
Kubernetes project
|
| monitors |
cgroups
ⓘ
node resources ⓘ |
| partOf | Kubernetes ⓘ |
| primaryRole |
ensure containers are running
ⓘ
manage containers ⓘ manage pods ⓘ |
| reads |
Kubernetes
ⓘ
surface form:
PodSpec
static pod manifests from filesystem ⓘ |
| responsibleFor |
enforcing pod resource limits
ⓘ
managing pod logs paths ⓘ mounting volumes ⓘ node-level health checking ⓘ pod lifecycle management ⓘ reporting node status ⓘ reporting pod status ⓘ restarting containers ⓘ starting containers ⓘ stopping containers ⓘ |
| runsAs |
process on each node
ⓘ
systemd service (commonly) ⓘ |
| runsOn |
Kubernetes node
ⓘ
worker node ⓘ |
| supports |
TLS authentication
ⓘ
client certificate authentication ⓘ container runtime interface ⓘ static pods ⓘ |
| usedIn |
managed Kubernetes services
ⓘ
on-premises Kubernetes clusters ⓘ |
| uses |
Container Runtime Interface
ⓘ
kube-apiserver ⓘ
surface form:
Kubernetes API
|
| writtenIn | Go ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: kubelet Description of subject: kubelet is the primary node-level agent in Kubernetes responsible for managing pods and their containers on each worker node.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.