Satish Gorekubernetesbysatish.hashnode.dev·a day agoDay1 : Basics of KubernetesWhat is Kubernetes? Kubernetes is an open-source system that automates the deployment, scaling, and management of containerized applications. Containers are lightweight, portable units that package applications and their dependencies together, making...Kubernetes
Nayan Raonayan44.hashnode.dev·Jan 11, 2025A Beginner's Guide to Kubernetes Architecture and ComponentsIntroduction Kubernetes has become the backbone of modern application deployment, offering a robust way to manage containerized workloads. But what makes Kubernetes so effective? It all starts with understanding its basic components and architecture....Kubernetes
Shaik Mustafamustafa-k8s.hashnode.dev·Jan 11, 2025Important K8's Interview Questions for Experienced DevOps EngineerIntroduction In this blog, we’ll cover some of the most commonly asked Kubernetes interview questions, breaking down complex topics into simple, digestible answers. Whether you’re a beginner looking to establish a strong foundation or an experienced ...114 readsKubernetes
Sidharth chauhansidharthchauhan.hashnode.dev·Jan 10, 2025Kubernetes basics: Understanding Containers, Pods, and Deployments#Containers: Containers are the fundamental units of software packaging and execution. They encapsulate an application and its dependencies, providing a consistent environment across different systems. Internal working: Isolation: Containers use oper...k8s
Aditya Sethadityaseth777.hashnode.dev·Jan 7, 2025Securing Kubernetes Clusters with eBPF: A Privacy-First ApproachWhy this idea? Link: https://github.com/AdityaSeth777/ShieldK8s.git Picture this: It's 3 AM, and I'm staring at my terminal, watching our company's cloud bill skyrocket. Why? Our "cloud-native" security monitoring solution was sending terabytes of da...2 likes·58 readsKubernetes
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Jan 7, 2025AWS Security Group Configuration for Kubernetes1. Security Group for Master Nodes Name: K8s-Master-SG Ibound Rules*:* These rules allow the master nodes to communicate with the worker nodes and external services securely. ProtocolPort RangeSourceDescription TCP6443K8s-Worker-SGKubernetes A...34 readsk8smaster
Pratik Korgaonkarpratik26.hashnode.dev·Jan 6, 2025Monitoring with Prometheus and Grafana on EKS: Visualizing Metrics for Better InsightsIn this article, we will guide you through setting up Prometheus and Grafana on Amazon EKS for monitoring and visualizing metrics from your Kubernetes cluster. Prometheus collects time-series data from various sources, including your applications and...33 reads#prometheus
Pratik Korgaonkarpratik26.hashnode.dev·Jan 6, 2025Leveraging Kiali for Observability and Canary Deployments in EKS with IstioIn this article, we will explore Kiali, an observability console for Istio, and how it enhances the management of your microservices on EKS. Kiali provides a graphical interface to monitor, visualize, and troubleshoot service meshes, offering insight...kiali
Pratik Korgaonkarpratik26.hashnode.dev·Jan 6, 2025Setting Up ArgoCD for Continuous Delivery on EKS: A Step-by-Step GuideIn this article, we will explore how to set up ArgoCD on Amazon EKS to enable continuous delivery for your Kubernetes applications. ArgoCD is a powerful GitOps-based tool for automating the deployment and management of applications in Kubernetes clus...38 readsArgoCD
Pratik Korgaonkarpratik26.hashnode.dev·Jan 6, 2025Getting Started with EKS: Create a Cluster and Deploy Your First App on AWSIn this blog of our multi-part series, we’ll walk through the essentials of setting up an Amazon EKS (Elastic Kubernetes Service) cluster. We will begin by installing all the necessary tools, including AWS CLI, kubectl, eksctl, and Helm. Afterward, w...81 readsk8s