SKShyju Krishnaninblog.cloudnloud.com路Sep 21, 2022 路 4 min readAmazon ECRWhat is Amazon ECR (Elastic Container Registry)? Amazon ECR is a managed container image registry service that is secure, scalable, and reliable. ECR supports public and private repositories and resource-based permissions using IAM, so the specifie...00
SKShyju Krishnaninblog.cloudnloud.com路Sep 12, 2022 路 4 min readStatic Volume in Azure Kubernetes ServiceCreate a static volume with Azure disks in Azure Kubernetes Service (AKS) This article shows you how to manually create an Azure disk and attach it to a pod in Kubernetes Note: An Azure disk can only be mounted to a single pod at a time. If you nee...00
SKShyju Krishnaninblog.cloudnloud.com路Aug 25, 2022 路 6 min readKubernetes Cluster upgradeUpgrading kubeadm clusters This blog will help you to upgrade the Kubernetes cluster from v1.24.3 to v1.25.0 Prerequisites Make sure the cluster health Make sure you read the release notes carefully. release notes Make sure to back up any importa...00
SKShyju Krishnaninblog.cloudnloud.com路Aug 18, 2022 路 4 min readNFS Storage Share in KubernetesIn this post, let鈥檚 see how to present the NFS file mount to the Kubernetes cluster running on Ubuntu. If you have not yet checked the previous parts of this series, please go ahead and check this 馃憠 Link NFS Volume In Kubernetes Kubernetes Volumes...00
SKShyju Krishnaninblog.cloudnloud.com路Aug 17, 2022 路 4 min readNFS Server and client configurationAfter reading this post you will be understanding the high level of NFS If you have not yet checked the previous parts of this series, please go ahead and check this 馃憠 Link What is NFS? NFS (Network File System) is basically developed for sharing...00