Mar 3 · 8 min read · Kubernetes Developer Tools: kubectl, k9s, Helm, and Local Clusters Kubernetes has a steep learning curve, and the tooling you choose dramatically affects how painful that climb is. This guide covers the essential tools for developers who work with Ku...
Join discussionJan 2 · 18 min read · Welcome back! 👋 Day 57 of the 100 Days Cloud DevOps Challenge, and today we're mastering Kubernetes Environment Variables! This is fundamental configuration management - passing runtime configuration to applications without hardcoding. Let's configu...
Join discussion
Dec 16, 2025 · 2 min read · Project Overview This article documents the process of taking a trained Machine Learning model—a lead scoring classifier—and deploying it into a production-ready environment using Docker for containerization and Kubernetes (Kind) for orchestration. T...
Join discussionNov 28, 2025 · 1 min read · Here just a quick present of basic workflow of how to upgrade on the work node.More details can refer to the official doc, upgrading Linux work node. Notice: The official doc shows is the completed procedural which we will stop the jobs, and drain t...
Join discussionNov 22, 2025 · 7 min read · Hey folks, we're back with another deep dive into Kubernetes. This blog is the successor to our previous post where we explained everything about etcd. If you haven't read that one yet, go check it out first because it'll help you understand this one...
Join discussion
Nov 9, 2025 · 5 min read · Kubernetes 5.1: The Ultimate kubectl Cheat Sheet: 20 Commands Every Developer Should Know Kubernetes can feel like a giant, complex machine. And while it is powerful, controlling it doesn't have to be intimidating! Think of kubectl as your remote con...
Join discussionNov 4, 2025 · 7 min read · Como dito no post anterior, executar kubectl apply -f manifest.yaml é um processo que envolve autenticação, autorização e admissão. Dando continuidade à série de artigos que culminará na persistência do recurso no etcd, neste capítulo falaremos sobre...
Join discussionNov 1, 2025 · 2 min read · It’s difficult when it comes to remembering all the kubectl commands.Every time, Googling, copying, and then tweaking the commands — which takes quite a bit of time.So, I’m going to share what I did to master the kubectl commands. I understood the s...
AAsma commented