anjanj.hashnode.dev·37 minutes ago#NoStupidQuestion: What is the best sequence to follow when reading a Git project repository containing Kubernetes manifests to understand the projectWhen reading a Git project repository containing Kubernetes manifests, follow this sequence to understand the project structure and deployment process efficiently: 1. Start with the README file • File: README.md • Why: It often provides an overview o...Kubernetes
Pratik Mahallepratikmahalle.live·Feb 11, 2025How Amazon Aurora Enhances Database Performance in Modern Cloud ApplicationsHow One Startup Overcame Downtime and Scalability Issues with Aurora Sam, the CTO of a fast-growing e-commerce startup, had a dream—to build a seamless online shopping experience. His company was thriving, sales were climbing, and the holiday season ...Devops
Nir Adlerblog.niradler.com·Feb 7, 2025Introducing HotPod: Fast Debugging and Process Management for ContainersOverview When debugging code inside a container, developers often need to build a new image and deploy a new pod, which can be slow and cumbersome. HotPod eliminates this hassle by allowing developers to copy updated files into a running container an...Open sourceDocker
Laxman Patelgorgeousgawin.hashnode.dev·Feb 7, 2025Kubernetes Probes: The Secret to Self-Healing Applications 🚑Imagine deploying an application in Kubernetes, only to find that some pods randomly stop working, others become unresponsive, and traffic still gets routed to a dead service. Nightmare, right? 😱 This is where Kubernetes Probes come to the rescue! I...1 likeKubernetes
mazen sayyedcloudwithmazen.hashnode.dev·Feb 7, 2025Kubernetes Technology: A DevOps Perspective (With Python)Introduction Kubernetes (K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. In DevOps, Kubernetes enhances CI/CD workflows by providing scalability, automation...Devops
Laxman Patelgorgeousgawin.hashnode.dev·Feb 5, 2025PriorityClass in Kubernetes: The VIP Pass for Your PodsImagine you're at an airport, and there's a long queue at security. But suddenly, a VIP with a priority pass walks straight through a special lane, skipping the entire line. Kubernetes has a similar system for pods—it’s called PriorityClass! 🚀 In th...Kubernetes
Aditya Dev Shrivastavaadityadevinterviewblog.hashnode.dev·Feb 4, 2025Interview-1: DevOps Interview QuestionsWhat is DevOps ? In simple words- The engineering discipline of optimizing both Development and Operations to enable the realization of business goals through rapid feedback, stable, responsive and flexible IT. In just 3 words we can say- “Better“, “...48 readsDevops
Rehan Fazalrehanfazal.hashnode.dev·Feb 3, 2025Running Headlamp Outside Your Kubernetes Cluster: A Step-by-Step GuideIntroduction to Headlamp What it is: A modern, web-based Kubernetes dashboard designed for managing and monitoring Kubernetes clusters. Key Features: Provides real-time insights into cluster resources. * Helps track workloads, manage deployme...headlamp
Vanshika Sharmavanshikasharmaa.hashnode.dev·Feb 2, 2025Kubernetes ArchitectureWhat is Kubernetes? Kubernetes (often abbreviated as K8s) is an open-source container orchestration platform that automates containerized applications' deployment, scaling, and management. It helps organizations efficiently run applications across m...2 likesKubernetes
Brunon0l1n3ry.hashnode.dev·Feb 2, 2025Gestion des ressources sur Kubernetes : comprendre les quotas CPULorsque vous déployez des applications sur un cluster Kubernetes, il est essentiel de gérer les ressources de calcul pour garantir une utilisation efficace et équitable des ressources. Les quotas CPU sont un élément clé de cette gestion, et il est im...cpu utilization