Wednesday, July 16, 2025

K9s install

 



K9s


K9s is a terminal based UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your deployed applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.


 

wget https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_linux_amd64.deb
 
sudo apt install ./k9s_linux_amd64.deb
 
k9s
 
 
 
 
 
 
 



 

 


DOKU:

 https://medium.com/@tradingcontentdrive/master-kubernetes-with-k9s-install-docker-kind-and-k9s-on-ubuntu-e6b401f39355

 

 

No comments:

Post a Comment

K8s cluster - bash install

     In my homelab, I testes another method of installation of Kubernetes. Average time of installation of Kubernetes via Ansible was 15 min...