https://github.com/czhu12/canine
Power of Kubernetes, Simplicity of Heroku
https://github.com/czhu12/canine
devops heroku hosting kubernetes
Last synced: about 15 hours ago
JSON representation
Power of Kubernetes, Simplicity of Heroku
- Host: GitHub
- URL: https://github.com/czhu12/canine
- Owner: czhu12
- License: apache-2.0
- Created: 2024-08-22T17:59:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T20:46:20.000Z (5 days ago)
- Last Synced: 2025-06-19T21:31:39.489Z (5 days ago)
- Topics: devops, heroku, hosting, kubernetes
- Language: Ruby
- Homepage: https://canine.sh
- Size: 90.6 MB
- Stars: 1,601
- Watchers: 8
- Forks: 51
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


## About the project
Canine is an easy to use intuitive deployment platform for Kubernetes clusters.## Requirements
* Docker v24.0.0 or higher
* Docker Compose v2.0.0 or higher## Installation
```bash
curl -sSL https://raw.githubusercontent.com/czhu12/canine/refs/heads/main/install/install.sh | bash
```
---Or run manually if you prefer:
```bash
git clone https://github.com/czhu12/canine.git
cd canine/install
docker compose up -d
```
and open http://localhost:3000 in a browser.To customize the web ui port, supply the PORT env var when running docker compose:
```bash
PORT=3456 docker compose up -d
```## Cloud
Canine Cloud offers additional features for small teams:
- GitHub integration for seamless deployment workflows
- Team collaboration with role-based access control
- Real-time metric tracking and monitoring
- Way less maintenance for youFor more information & pricing, take a look at our landing page [https://canine.sh](https://canine.sh).
## Repo Activity
## License
[Apache 2.0 License](https://github.com/czhu12/canine/blob/main/LICENSE)