<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Node on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/node/</link><description>Recent content in Node on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Mon, 01 Nov 2021 10:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/node/atom.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes Cluster Planning: Scale and Node Size</title><link>https://www.chenshaowen.com/en/blog/the-scale-and-node-size-of-kubernetes-cluster.html</link><pubDate>Mon, 01 Nov 2021 10:00:00 +0000</pubDate><atom:modified>Mon, 01 Nov 2021 10:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/the-scale-and-node-size-of-kubernetes-cluster.html</guid><description>Judging from the survey data, more people lean toward choosing small clusters. Below is a comparison list from the perspective of node count and node configuration.
Below is a comparison of choosing a few large clusters versus many small clusters:
Feature A few large clusters Many small clusters Resource utilization High Low Node management overhead Low High Resource scaling range Large Small Resource scheduling range Large Small Efficiency of inter-application communication High Low Cluster operations difficulty High Low Cluster version diversity Low High Blast radius Large Small Below is a comparison of choosing a few high-spec nodes versus many low-spec nodes:</description><dc:creator>WeChat Official Account</dc:creator><category>Kubernetes</category><category>Cluster</category><category>Planning</category><category>Operations</category><category>Node</category></item><item><title>How to Change Kubelet Startup Parameters</title><link>https://www.chenshaowen.com/en/blog/how-to-change-kubelet-config.html</link><pubDate>Wed, 23 Jun 2021 00:00:00 +0000</pubDate><atom:modified>Wed, 23 Jun 2021 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-change-kubelet-config.html</guid><description>1. Edit the Kubelet Configuration File 1 vim /etc/systemd/system/kubelet.service.d/10-kubeadm.conf Modify the relevant Kubelet parameters
ExecStart=/usr/local/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS $KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS You can list the available parameters with the following command:
1 kubelet --help For example, if you need to change --sync-frequency in KUBELET_KUBECONFIG_ARGS, the period for syncing container configuration, the default value is 1 min.</description><dc:creator>WeChat Official Account</dc:creator><category>Kubernetes</category><category>Kubelet</category><category>Configuration</category><category>Operations</category><category>Learning</category><category>Node</category><category>systemd</category><category>Troubleshooting</category></item></channel></rss>