Difference between revisions of "Kubelet"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<code>kubelet</code> process in [[Kubernetes]] is responsible for running containers on the node
 
<code>kubelet</code> process in [[Kubernetes]] is responsible for running containers on the node
 
* Configuration: <code>[[/etc/kubernetes/kubelet.conf]]</code>
 
* Configuration: <code>[[/etc/kubernetes/kubelet.conf]]</code>
 +
* GitHub: https://github.com/openshift/origin/tree/master/vendor/k8s.io/kubernetes/pkg/kubelet
 
* Logs:
 
* Logs:
 
** <code>[[/var/log/kubelet.log]]</code>
 
** <code>[[/var/log/kubelet.log]]</code>
Line 20: Line 21:
 
== [[Kubernetes networking|Networking]] ==
 
== [[Kubernetes networking|Networking]] ==
 
The [[Container Network Interface (CNI)]] plugin is selected by passing <code>[[kubelet]]</code> the <code>--network-plugin=cni</code>
 
The [[Container Network Interface (CNI)]] plugin is selected by passing <code>[[kubelet]]</code> the <code>--network-plugin=cni</code>
 +
 +
== Errors ==
 +
* <code>[[The kubelet on the node ip-123.123.123.123 is not healthy]]</code>
  
 
== Related terms ==
 
== Related terms ==
 +
* [[Pod Lifecycle Event Generator (PLEG)]]
 
* Liveness probe: (<code>[[livenessProbe]]</code>)
 
* Liveness probe: (<code>[[livenessProbe]]</code>)
 
* Readiness probe: (<code>[[readinessProbe]]</code>)
 
* Readiness probe: (<code>[[readinessProbe]]</code>)
Line 40: Line 45:
 
* [[Kubelet stopped posting node status.]]
 
* [[Kubelet stopped posting node status.]]
 
* [[DNSConfigForming kubelet warning]]
 
* [[DNSConfigForming kubelet warning]]
 +
* [[Kubelet Resource Metrics Endpoint]]
 +
* <code>[[Scheduled]], [[Pulling]], [[Pulled]], [[Created]], [[Started]], [[Unhealthy]], [[Killing]]</code>
  
 
== Activities ==
 
== Activities ==

Latest revision as of 09:42, 1 May 2024

kubelet process in Kubernetes is responsible for running containers on the node

Commands[edit]

systemctl start snap.kubelet.daemon.service
systemctl stop snap.kubelet.daemon.service
snap start kubelet.daemon
Started.
systemctl status snap.kubelet.daemon.service

Networking[edit]

The Container Network Interface (CNI) plugin is selected by passing kubelet the --network-plugin=cni

Errors[edit]

Related terms[edit]

Activities[edit]

News[edit]

See also[edit]

Advertising: