Difference between revisions of "Kubelet"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* Logs: <code>[[/var/log/kubelet.log]]</code>
 
* Logs: <code>[[/var/log/kubelet.log]]</code>
 
* Port: <code>kubelet</code> listen on [[List of TCP ports|port 10250]]
 
* Port: <code>kubelet</code> listen on [[List of TCP ports|port 10250]]
 
 
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: [[connection refused]].
 
  
 
== Installation ==
 
== Installation ==
Line 22: Line 19:
 
== [[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>
 +
 +
 +
 +
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: [[connection refused]].
  
 
== Related terms ==
 
== Related terms ==

Revision as of 06:48, 5 July 2022

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

Installation

Commands

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


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

Networking

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


[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.

Related terms

Activities

News

See also

Advertising: