Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Nov 19, 2024Kubernetes 101: Part 12 : ETCD, KubeAPI server, Controller, Kube-scheduler, Kubelet, Upgrade cluster, backup etcdETCD ETCD is an open-source, distributed key-value store that is used to store that is simple, secure and fast A Key value store This format is to store values in the format of key-value pair How to install etcd? Download binaries and then extract i...1 likeFrom Linux to DevOps Expert#etcd-backup
Gopi Vivek Mannevivekmanne.hashnode.dev·Sep 10, 2024Day 34/40 Days of K8s: Upgrading a Multi Node Kubernetes Cluster With Kubeadm !!Kubernetes Cluster Upgrade Guide ❓Understanding Kubernetes Versions Version format: major.minor.patch (ex: 1.30.2) Kubernetes supports only the latest 3 minor versions. Upgrades are typically done one minor version at a time. Example Cluster Let...𝐂𝐊𝐀𝐒𝐞𝐫𝐢𝐞𝐬-𝟐𝟎𝟐𝟒 🚀🎯kubernetes cluster upgrade
Shivam Gautamshivamgautam.hashnode.dev·Aug 21, 2024How to Upgrade a Multi-Node Kubernetes Cluster: Day 34 of 40DaysOfKubernetesIntroduction Upgrading your Kubernetes cluster is essential for ensuring security, stability, and access to the latest features. New releases bring critical fixes, performance improvements, and compatibility with evolving tools, helping to keep your ...49 reads40daysofkubernetes#40daysofkubernetes
mehdi pashamehdipasha.hashnode.dev·Aug 8, 2024Upgrading kubeadm cluster - CKA ExamDuring my CKA exam one of the question was to upgrade the cluster only master node from 1.30.0 to 1.30.1 Below is the official doc link I used during my exam. https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ Note:- While a...383 readsKubernetes
Ashutosh Mahajanashutoshamblogs.hashnode.dev·Jul 2, 2024Kubernetes Cluster Upgradation Process- Part 1🗼Introduction Upgrading a Kubernetes cluster is a critical task that ensures you are benefiting from the latest features, security patches, and performance improvements. This blog is the part 1 of Kubernetes cluster upgradation process, in this part...1 like·44 readsKubernetes Application Developer Programkubernetes-version-upgrade
Nimesh Panchalnpanchal.hashnode.dev·Jul 27, 2023Upgrade Kubernetes Cluster on CentOsIn this article, I will demonstrate how to upgrade a Kubernetes cluster on CentOS and explore what happens when attempting to update the Kubernetes version by two versions higher at once. Prerequisites: A functioning Kubernetes cluster. A user with...Kuberneteskubeadm