Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes end-to-end project with deployment of Django notes applicationThis project extends the deployment of a Django Notes application, initially containerized and pushed to DockerHub, by deploying and managing it on a Kubernetes cluster using Minikube. The application will be deployed using the chauhanrajat/note-app-...Discuss·59 readsKubernetes#90daysofdevops
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes TroubleshootingKubernetes is a powerful platform for managing containerized applications, but with its complexity comes the need for effective troubleshooting. Whether you're dealing with a failed deployment, a non-responsive pod, or an issue within a container ima...Discuss·55 readsKubernetes#90daysofdevops
Rajat Chauhanchauhanrajatwork.hashnode.dev·Aug 18, 2024Kubernetes Cluster MaintenanceKubernetes has emerged as the de facto standard for container orchestration, enabling organizations to deploy, scale, and manage containerized applications efficiently. As with any critical infrastructure component, regular maintenance is vital to en...Discuss·1 like·39 readsKubernetes#90daysofdevops
Ankit Kumarankittkx.hashnode.dev·Aug 18, 2024Kubernetes Troubleshooting:Troubleshooting in Kubernetes-> Troubleshooting in Kubernetes may be difficult because of it's distributed nature and complexity. But there are many commands, tools and technique that can help to troubleshoot or solve problem in Kubernetes cluster. F...Discuss#KubeWeekChallenge
Ankit Kumarankittkx.hashnode.dev·Aug 17, 2024Kubernetes Cluster MaintenanceUpgrading the cluster-> As I am using minikube that is local Kubernetes cluster, so firstly we will upgrade minikube- 1. Upgrade MiniKube binary: curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo inst...Discuss·33 reads#KubeWeekChallenge
Gunjan Bhadadegunjanbhadade-devopsjourney.hashnode.dev·Aug 17, 2024Day 7 #KubeWeek : Mastering kubectl Commands, Analyzing Logs, and Debugging Container ImagesWelcome to the final day of #KubeWeek! Today, we'll focus on some of the most essential skills for any Kubernetes practitioner: mastering kubectl commands, analyzing logs, and debugging container images. These skills are crucial for managing and trou...Discuss#KubeWeekChallenge
Gunjan Bhadadegunjanbhadade-devopsjourney.hashnode.dev·Aug 16, 2024Day 6 #KubeWeek : Mastering Kubernetes Cluster MaintenanceWelcome to Day 6 of the KubeWeek challenge! Today, we focus on the critical aspects of maintaining a Kubernetes cluster. We'll cover upgrading the cluster, backing up and restoring data, and scaling the cluster. Understanding these processes is essen...DiscussKubernetes
Ankit Kumarankittkx.hashnode.dev·Aug 16, 2024Kubernetes Storage & Kubernetes SecurityPersistent Volumes-> It is a piece of storage in a cluster that is provisioned by the administrator or allocated dynamically using Storage Classes. Persistent volume are the volume plugin. Persistent Volume Claim-> A persistent volume claim is a requ...Discuss#KubeWeekChallenge
Gunjan Bhadadegunjanbhadade-devopsjourney.hashnode.dev·Aug 15, 2024Day 5 #KubeWeek : Kubernetes Storage and SecurityIntroduction Welcome to an in-depth exploration of Kubernetes storage and security! Today, we will cover essential topics like Persistent Volumes (PV), Persistent Volume Claims (PVC), Storage Classes, StatefulSets, and delve into Kubernetes security ...Discuss#KubeWeekChallenge
Gunjan Bhadadegunjanbhadade-devopsjourney.hashnode.dev·Aug 15, 2024Day 4 #KubeWeek : Mastering Kubernetes Service Discovery: Exposing Workloads and Discovering ServicesIntroduction Welcome to Day 4 of the KubeWeek challenge! Today, we'll dive into the world of Kubernetes services and service discovery. We'll learn how to expose Kubernetes workloads to the outside world and how to discover pods and services within a...Discuss#KubeWeekChallenge