Ronit Khajuriamultithreading-in-nodejs.hashnode.dev·Feb 11, 2025The Hidden Power of Node.js: What I Learned About Concurrent ProgrammingWhen I first encountered a performance bottleneck in Node.js, it felt like hitting a brick wall. I was working on a log processing service that started wonderfully but began to crumble under increasing load. Every developer has experienced that momen...Node.js
Amit singh deoraamitsinghs.hashnode.dev·Feb 9, 2025Prometheus & Grafana Project on Kubernetes Voting-appWe will set up observability for our voting application to ensure it runs smoothly and any issues can be quickly identified and resolved. Check out the first part of project Automated Deployment of Scalable Applications on AWS EC2 with Kubernetes and...57 reads#prometheus
Kanha Guptakanhasblog.hashnode.dev·Feb 5, 2025Helm Explained: Guide to Managing Kubernetes Applications with Hands-On Example (Part 1)Hey Everyone 👋 Helm is a very useful tool in simplying Cluster management and is mainstream in production. This is Part 1 of Helm Explained blog where I explain how to install Helm Charts. I will explain how to create your own Helm chart in Part 2 W...Helm
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Feb 4, 2025Unleash the Power of Your AWS Kubernetes Cluster with This Game-Changing Upgrade (EKS)Introduction :- Upgrading an Amazon Elastic Kubernetes Service (EKS) cluster ensures security, stability, and access to the latest Kubernetes features. This document outlines the step-by-step process to upgrade an AWS EKS cluster with minimal downtim...Kubernetes
Vijaykrishnavijayv2k.com·Jan 27, 2025Human Resource Analytics Using KNIME – An IntroductionHR Analytics What gets measured gets managed. What gets managed gets executed. -Peter Drucker Global organizations with workforce analytics and planning outperform all other organizations by 30% more sales per employee. -CedarCrestone Research Surve...53 readsHR Analyticsassociationrule
karan jaykarmasteryink8s.hashnode.dev·Jan 17, 2025Mastering Kubernetes: The Ultimate Guide to Container OrchestrationIntroduction In today’s fast-evolving tech landscape, Kubernetes has emerged as the de facto standard for container orchestration. Whether you're a developer, DevOps engineer, or IT administrator, mastering Kubernetes can significantly enhance your a...k8s-interview-questions
Harshal Rembhotkarharshalr.hashnode.dev·Jan 9, 2025Kubewall case studyKubernetes has revolutionized the way modern applications are deployed and managed, becoming the cornerstone of cloud-native technologies. However, while Kubernetes brings scalability, automation, and resilience, it also introduces complexity. Managi...Kubewall
Cheedge Leenotes-renovation.hashnode.dev·Jan 8, 2025Kubenetes Cluster & Nodes related issues1. Node 1.1 Node NotReady A Kubernetes cluster node being in the NotReady state can result from various issues. Here are some realistic and common reasons: 1. Node Resource Issues Insufficient Memory or CPU: If the node is running out of memory or C...Kubernetes Maintenancecordon
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Jan 2, 2025Deploying Apps with Helm: A Simple Approach and Cheatsheet for Easy Reference!Helm is a package manager for Kubernetes. Helm is a tool that helps you manage applications in Kubernetes. Think of it like an app store for Kubernetes. It makes it easier to install, update, and manage apps in your Kubernetes environment. How it wor...Kubernetes helm
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Jan 2, 20254. Scaling and Scheduling Pods in Kubernetes: All About Taints & ToleranceIt is recommended to read this blog before continuing with this one. In Kubernetes, taints and tolerations are like a "Do Not Disturb" sign and a "VIP Pass" for pods and nodes. Here's a simple way to understand: What are Taints? Taints are labels a...Devops