Mar 8 · 4 min read · Introduction This article documents a hands‑on engineering experiment: deploying a lightweight Large Language Model (LLM) on a small on‑prem Kubernetes cluster using Talos Linux, running entirely on C
Join discussion
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 discussionSep 8, 2025 · 1 min read · Welcome to Day 28 of my 30 Days – 30 Tools for Developers series!Today, we’re exploring K9s, a terminal UI tool that makes managing Kubernetes clusters fast and intuitive. What is K9s? K9s provides a text-based UI to view and control Kubernetes clus...
Join discussion
Jul 22, 2024 · 3 min read · K9s is a powerful terminal-based tool designed to simplify the management and monitoring of Kubernetes clusters. Whether you're a Kubernetes beginner or a seasoned user, K9s offers a streamlined interface to navigate and interact with your clusters e...
Join discussion
Feb 27, 2024 · 1 min read · Do a basic monitoring of the cluster is a nice way to see cluster behaviour. To do that we need the cluster configuration yaml. We can find the file here: /etc/rancher/k3s k3s.yaml Several options to monitor the cluster: Ui: Lens desktop CLI: k9s
Join discussion
Feb 4, 2024 · 2 min read · k9s is a command-line interface (CLI) that helps you manage your Kubernetes clusters quickly and easily. It provides a visual and interactive way to browse, navigate, and manipulate your cluster resources, saving you time and effort compared to using...
Join discussion
May 4, 2023 · 5 min read · Introduction Are you looking for a way to take your audio-to-video conversion game to the next level? Look no further than microservices. By breaking down your application into specialized services, you can scale and maintain your system with ease. I...
Join discussion
Mar 25, 2023 · 2 min read · If you are managing Kubernetes clusters, you might find yourself often using kubectl, the command-line tool for managing Kubernetes. While kubectl is a powerful tool, it can be a bit cumbersome to use, especially when managing complex Kubernetes reso...
Join discussion