# bird **Repository Path**: mirrors_codejamninja/bird ## Basic Information - **Project Name**: bird - **Description**: A stack for managing a highly available cloud platform. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bird A stack for managing a highly available cloud platform. bird stands for . . . ![](assets/bird.png) ### [Beegfs](http://www.beegfs.com/) Beegfs is used to maintain persistent storage accross the stack. ### [Ident](https://github.com/jamrizzi/ident) Ident keeps the storage volumes in the stack safely backed up. ### [Rancher](http://rancher.com/) Rancher is the orchastration platform. It is used to maintain a scalable and highly availble platform. ### [Docker](https://www.docker.com/) Docker is the contianer engine. Any application packaged as a docker container can be run on the stack. ## Install ### Master ```sh curl -OL https://raw.githubusercontent.com/jamrizzi/bird/master/install.py; sudo python2 install.py master ``` ### Node ```sh curl -OL https://raw.githubusercontent.com/jamrizzi/bird/master/install.py; sudo python2 install.py node ```