Aug 18, 2024 · 6 min read · This 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-...
Join discussion
Aug 18, 2024 · 4 min read · Kubernetes 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...
Join discussion
Aug 18, 2024 · 12 min read · Kubernetes 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...
Join discussion
Aug 18, 2024 · 2 min read · 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...
Join discussion
Aug 17, 2024 · 2 min read · Upgrading 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...
Join discussion
Aug 17, 2024 · 3 min read · Welcome 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...
Join discussion
Aug 16, 2024 · 7 min read · Welcome 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...
Join discussion
Aug 16, 2024 · 2 min read · Persistent 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...
Join discussion
Aug 15, 2024 · 17 min read · Introduction 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 ...
Join discussion