Jaakko Leskinendeployharmlessly.dev·15 hours agoMastering kubectl: The Secret Handbook for Kubernetes OperatorsThe console flickers to life. A dim green cursor blinks expectantly, waiting for your command. You type: kubectl get pods And just like that, you’ve peeked inside the digital underbelly of a Kubernetes cluster—an orchestration system so vast, so com...Kubernetes
*Akhil Kumareks-cluster-upgrade.hashnode.dev·Feb 7, 2025EKS Cluster upgrade🚀 EKS Cluster Upgrade on AWS (EKS) – Best Practices & Key Considerations 🚀 Upgrading your Kubernetes (K8s) cluster might seem intimidating at first, but with the right preparation and process, it can be a breeze. Whether you are managing your own c...managed nodes
Toluwase Makanjuolatolu4realluv.hashnode.dev·Jan 25, 2025Building Elastic Kubernetes Service (EKS) With Terraform — Deploying and Packaging applications with HelmBuilding Elastic Kubernetes Service (EKS) With Terraform — Deploying and Packaging applications with Helm Toluwase Makanjuola 14 min read·Just now This project seeks to solidify your skills by focusing more on the best practice setup. You will use ...EKS
Chintan Bogharachintanboghara.hashnode.dev·Jan 21, 2025Mastering Kubernetes: A Comprehensive Cheat Sheet for Cluster ManagementCluster Information kubectl cluster-info Displays detailed information about the Kubernetes cluster. kubectl get nodes Lists all the nodes available in the cluster. kubectl describe node <node-name> Provides detailed information about a specific n...10 likes·325 readsDevOpsDevops
Sachin Talwarsachinatalwar.hashnode.dev·Jan 8, 2025Step-by-Step Guide to Using GitOps and Service Mesh for Microservices in Minikube ( Optimizing Microservices Deployment )Optimizing Microservices Deployment Document for Optimizing Microservices Deployment with GitOps and Service Mesh in Minikube In this blog, we'll explore how to deploy and manage microservices effectively using GitOps and Service Mesh technologies in...10 likesgitops
Yash Israniyashisrani.hashnode.dev·Jan 2, 2025Kubectl vs Minikube vs Cloud Provider: Which One Should You Use?Kubernetes has revolutionized how we manage containerized applications. But when it comes to tools like kubectl, Minikube, and cloud providers, how do you decide which one fits your needs? 🤔 Let’s break it down step by step. What is Kubernetes? Kube...minikube
Jan Tymińskitymik.me·Dec 30, 2024AWS EKS - Error: You must be logged in to the server (the server has asked for the client to provide credentials)Today I was working on a PoC to try out the new Amazon EKS Auto Mode feature announced on re:Invent 2024.I wanted to make a very quick PoC, so I took the least effort approach to set up my cluster. When I wanted to start deploying the app proposed by...1.1K readsAWS
Sugam Aroracodewhizsugam.hashnode.dev·Dec 28, 2024Effortlessly Install kubectl on Ubuntu and Windows: Your Ultimate Guide to Kubernetes MasteryIntroduction: Become the Captain of Kubernetes! Kubernetes is the ultimate ship, and kubectl is your steering wheel. It’s the command-line tool that empowers you to navigate the complexities of cluster orchestration like a pro. But first, you need to...10 likesKubernetes
Sanket Rakshek8s-deployments-the-complete-guide.hashnode.dev·Dec 23, 2024Comprehensive Guide to Kubernetes Deployments: Everything You Need to KnowWhen working with Kubernetes (k8s), a Deployment is one of the most important building blocks. It ensures that your application is deployed and managed effectively. In this guide, we will dive deep into the concept of deployments, understand their si...Kubernetes
Amitabh soniforamitabhdevops.hashnode.dev·Dec 22, 2024How to Install Essential DevOps Tools on Ubuntu/LinuxInstall Essential DevOps Tools on Ubuntu/Linux In this guide, we'll cover step-by-step instructions for installing the following DevOps tools on Ubuntu/Linux: AWS CLI, Docker, Jenkins, Kubernetes (KIND), Minikube, Kubectl, Terraform, Ansible, Prometh...11 likes·206 readsDevops