Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Chris Zhu
@czhu12
Just launched canine. Been using this almost daily for our own projects — saves almost 10x what the sticker price of Heroku is. Been working on this for about a year, reasonably happy with where it’s at https://www.producthunt.com/products/canine
2 replies
0 recast
3 reactions
Samuel ツ
@samuellhuber.eth
since Canine is a docker I imagine there could be a helm chart so canine can run inside a K8s cluster too? or one has their own hosted infra closter with canine and monitoring while apps run on canine managed clusters that one adds as needed?
1 reply
0 recast
0 reaction
Chris Zhu
@czhu12
It could be, the only thing that would have to be figured out is docker in docker builds, which, is doable by just mounting the docker socket from the host machine to inside the cluster. Problem is: a lot of people using canine are running single node kubernetes clusters on 512mb of memory. So squeezing canine on top of that is kind of hard. 100mb for k8 daemon, 200mb for canine, leaves only about 100 left for the actual application. That’s why most of my assumptions were to have canine running outside the cluster, on a hosted cloud or straight off your laptop
0 reply
0 recast
1 reaction