A neofetch-inspired application that displays stats about your Kubernetes cluster.
·
Report Bug
·
Request Feature
Table of Contents
Neofetch for Kubernetes Clusters
- With
nixnix run github:andrewthomaslee/kubefetch
-
Add repo to
flake.nix{ inputs = { kubefetch.url = "github:andrewthomaslee/kubefetch"; kubefetch.inputs.nixpkgs.follows = "nixpkgs"; }; }
-
Add to
systemPackages{ environment.systemPackages = [ inputs.kubefetch.packages.${pkgs.stdenv.hostPlatform.system}.default ]; }
-
With
makeClone the repogit clone https://github.com/andrewthomaslee/kubefetch cd kubefetch -
Build and install the binary
make build sudo make install
-
To uninstall, run:
sudo make uninstall make clean
- Auth via kubeconfig
- AUR package
- Nixpkgs package
- Nix Flake
- More displayed info
- CNI used (currently only detection for Cilium, Calico, WeaveNet and Flannel)
- CRI used
- Storage Solution used
See the open issues for a full list of proposed features (and known issues).
Distributed under the GNU GPL v3 License. See LICENSE.txt for more information.
Project Link: https://github.com/andrewthomaslee/kubefetch

