KRKashyap Rathoreinkashyaprathore.hashnode.dev·Mar 7, 2023 · 1 min readWhat makes Azure AKS or GKE more popular than AWS EKS among DevOps Engineers?Ease of Use: AKS provides an easier setup and management experience for Kubernetes clusters compared to EKS, which requires more manual configuration and management. Better Integration with Azure Services: AKS integrates well with other Azure servic...00
KRKashyap Rathoreinkashyaprathore.hashnode.dev·Mar 1, 2023 · 1 min readapiVerion Change - Kubernetes RealWorld IssuesBeing a DevOps Engineer / Site Reliability Engineer, you need to keep in your mind that Kubernetes changes its resources version with respect to time. It was an issue that I found when the EKS version of my project was updated from 1.21 to 1.23, and ...00
KRKashyap Rathoreinkashyaprathore.hashnode.dev·Feb 24, 2023 · 1 min readPods getting stuck in a pending state - Kubernetes RealWorld Issues1) Kubernetes Pods getting stuck in a pending state, which can lead to application downtime. Check the pod status using the kubectl get pods -n <namespace> command. Check the event logs using the kubectl describe pod <pod-name> -n <namespace> comma...00