GitHub - czhu12/canine: Power of Kubernetes, Simplicity of Heroku
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
curl -sSL https://raw.githubusercontent.com/czhu12/canine/refs/heads/main/install/install.sh | bash
Or run manually if you prefer:
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 whe...
Read more at github.com