PSPriyabrata Sahooinpriyabrata.hashnode.dev·Mar 1, 2023 · 3 min readUpgrading Kubeadm Clusters From ScrachBefore upgrading a cluster, make sure you read the release notes carefully. The upgrade procedure on control plane nodes should be executed one node at a time. But in the upgrade, it's better to upgrade the control plane first and then worker nodes ...00
PSPriyabrata Sahooinpriyabrata.hashnode.dev·Dec 21, 2022 · 3 min readInstall Tomcat 10.0.27 in Ubuntu 20.04Create a server using AWS or any cloud or virtual machine for tomcat installation If you are using cloud server, then access it by git bash or putty ssh -i <Key Pair Path> <user>@<ip_address_of_server> Next, update the package manager cache by runni...00