2 comments on “Kubernetes: POD vertial Scaling – Changing the Resource Limits of PODs without POD Restart”

Kubernetes: POD vertial Scaling – Changing the Resource Limits of PODs without POD Restart

In Kubernetes v1.27, the InPlacePodVerticalScaling feature was introduced as an alpha capability, allowing you to adjust CPU and memory resources of running pods without restarting them. This feature can reduce downtime and make resource scaling more efficient. In this guide,…

0 comments on “Cheat Sheet: How to install Kubernetes via kubadm on Ubuntu 24.04 (and trying to join it as an additional master to an existing cluster)”

Cheat Sheet: How to install Kubernetes via kubadm on Ubuntu 24.04 (and trying to join it as an additional master to an existing cluster)

ChatGPT helped in this task, but some commands did not work immediately, so I had to ask ChatCPT how to fix the errors I encountered. The command presented here leads through the process of installing Kubernetes using kubeadm on a…