Bhanu Bandibhanubandi.hashnode.dev·Jul 22, 2024Simplifying Kubernetes Management: Installing K9s on UbuntuK9s 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...Discuss·55 readsk9s
Jm Bargallojmbargallo.hashnode.dev·Feb 27, 2024Basic monitoringDo 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: k9sDiscusslens
JY Chiadaydreamcloud.com·Feb 4, 2024Install k9s on Linuxk9s 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...Discuss·149 readsk9s
Chirag Biradarchiragbiradar.hashnode.dev·May 4, 2023Step-by-Step Guide to Creating a Scalable Audio to Video Conversion Tool Using MicroservicesIntroduction 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...Discuss·1 like·167 readsMicroservices
Khushnood Asifkhushnoodasif.hashnode.dev·Mar 25, 2023K9s: Simplifying Kubernetes Management with an Intuitive CLI InterfaceIf 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...Discuss·61 readsDevOpsKubernetes