kash
cluster management and administration swiss army knife
Install
- All systems
-
curl cmd.cat/kash.sh
- Debian
-
apt-get install kanif
- Ubuntu
-
apt-get install kanif
- Kali Linux
-
apt-get install kanif
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kanif
- OS X
-
brew install kanif
- Raspbian
-
apt-get install kanif
- Dockerfile
- dockerfile.run/kash
kanif
cluster management and administration swiss army knife
Kanif is a tool for high performance computing clusters management and administration. It combines the main functionalities of well-known cluster management tools such as c3, pdsh and dsh, and mimics their syntax. It provides three tools to run the same command on several nodes ("parallel ssh", using the 'kash' command), to broadcast the copy of files or directories to several nodes ('kaput' command), and to gather several remote files or directories locally ('kaget' command). It relies on TakTuk for efficiency and scalability.