Difference between revisions of "Kubelet"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
 
* <code>[[systemctl status kubelet]]</code>
 
* <code>[[systemctl status kubelet]]</code>
 
* <code>[[gcloud logging read]]  projects/yourproject/logs/kubelet</code>
 
* <code>[[gcloud logging read]]  projects/yourproject/logs/kubelet</code>
 +
* [[Kubernetes controller manager]]
  
 
== Activities ==
 
== Activities ==

Revision as of 18:40, 20 September 2022

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

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

Logs

[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: