kubernetes-etcd-locks.hashnode.devKubernetes Etcd LocksWe all know etcd is the brain of Kubernetes. It stores all the cluster state - nodes, pods, configs, secrets, and everything in between. When you kubectl apply something, Kubernetes updates etcd. The API server constantly reads and writes to etcd, ma...Feb 9, 2025·2 min read
harishsharma.hashnode.devDelete a Pod in KubernetesWhen you delete a pod in Kubernetes, several things happen as part of Kubernetes’ pod lifecycle and orchestration to maintain the desired state of the cluster: 1. Graceful Termination Process Initiated When you delete a pod, Kubernetes triggers a gr...Nov 7, 2024·2 min read
harishsharma.hashnode.devStatic and Dynamic Provisioning in KubernetesIn Kubernetes, storage provisioning refers to the process of creating storage resources, such as PersistentVolumes (PVs), which can then be used by applications within the cluster. Kubernetes offers two main types of provisioning: dynamic provisionin...Nov 6, 2024·4 min read
rbac-in-kubernetes.hashnode.devRBAC in Kubernetes.Role-Based Access Control (RBAC) is a key security feature in Kubernetes that allows administrators to dynamically configure policies to control who can access specific Kubernetes resources and what actions they can perform. Here's an in-depth explan...Nov 4, 2024·2 min read
harishsharma.hashnode.devAWS Route 53Amazon Route53 Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is basically designed for developers and corporate to route the end users to Internet applications by translating human-readable names li...Mar 13, 2024·4 min read