| 18 Oct 2022 |
@v:meowy.tech |  Download image.png | 09:20:41 |
Linux Hackerman | "null" is that the actual hostname? | 09:21:01 |
@v:meowy.tech | In reply to @linus:schreibt.jetzt "null" is that the actual hostname? yeah it is haha, it's my laptop | 09:21:10 |
Linux Hackerman | I'm going to write the deployment tool of my dreams one day | 09:23:14 |
Linux Hackerman | Or possibly extend deploy-rs to become the deployment tool of my dreams | 09:24:21 |
@v:meowy.tech | deploy-rs is nice but it was far too slow for my use case, switched to colmena from it | 09:24:54 |
Linux Hackerman | oh really? What was slow about it? | 09:25:02 |
Linux Hackerman | I'm surprised because deploy-rs works with flakes a bit better so you should be getting more from the eval cache. AFAIU. | 09:25:40 |
@v:meowy.tech | Yeah but it builds/evaluates/deploys all the configs sequentially so with a lot of machines it just took an extremely long time | 09:27:08 |
Linux Hackerman | oh really? Didn't know that | 09:27:36 |
@v:meowy.tech | there is this open issue on deploy-rs at least: https://github.com/serokell/deploy-rs/issues/46 | 09:30:56 |
Shyim | I almost deployed. It fails now to build the man-cache. Did anyone had this issue before? I did run just build with my server config :D | 10:23:06 |
@v:meowy.tech | what's the error? | 10:40:37 |
| 19 Oct 2022 |
roshan | byteio.in 🌷 | In reply to @v:meowy.tech sent an image. how did you structure you all nixos configurations ? may i get template of this ?
Im managing all hosts in different folders
| 03:20:35 |
roshan | byteio.in 🌷 | how can i install unstable version of colmena with nix profile install ? | 04:10:00 |
@v:meowy.tech | In reply to @ronixx:matrix.org
how did you structure you all nixos configurations ? may i get template of this ?
Im managing all hosts in different folders
https://github.com/nullx76/infrastructure | 06:01:51 |
Zhaofeng Li | In reply to @ronixx:matrix.org how can i install unstable version of colmena with nix profile install ? I suppose nix profile install github:zhaofengli/colmena should work, but I never tried it | 07:29:08 |
Zhaofeng Li | (Note that nix profile is incompatible with nix-env) | 07:29:18 |
roshan | byteio.in 🌷 | In reply to @v:meowy.tech https://github.com/nullx76/infrastructure i have one question. Is your kubenetes cluster is managed ? like aws EKS or Digital Ocean Kuberneted managed or Self hosted.
how can i auto scale my service when there is high trafic on my website automatically ?
currently i m using colmena to deploy services with docker image build with Nix dockerTools.
| 09:27:44 |
@v:meowy.tech | In reply to @ronixx:matrix.org
i have one question. Is your kubenetes cluster is managed ? like aws EKS or Digital Ocean Kuberneted managed or Self hosted.
how can i auto scale my service when there is high trafic on my website automatically ?
currently i m using colmena to deploy services with docker image build with Nix dockerTools.
my cluster is self-hosted, and on k8s you could use a horizontal pod autoscaler for scaling | 09:32:27 |
@v:meowy.tech | https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ | 09:33:29 |
@v:meowy.tech | But honestly (although I don't know your situation) you're quite unlikely to need scaling | 09:34:15 |
roshan | byteio.in 🌷 | In reply to @v:meowy.tech But honestly (although I don't know your situation) you're quite unlikely to need scaling yes, but i m learning nix and ported my all projects with flake and making docker images with nix and directly pointing flake in my colmena and now i want to go deep and implement auto scaling for my services | 09:36:03 |
roshan | byteio.in 🌷 |  Download image.png | 09:36:35 |
roshan | byteio.in 🌷 | im curious to knwo can i directly point my fastAppImage in kubenetes withour docker registry | 09:37:05 |
roshan | byteio.in 🌷 | * im curious to knwo can i directly point my fastAppImage in kubenetes without docker registry | 09:37:19 |
@v:meowy.tech | hmm, good question. I've only really recently started messing with this stuff myself as well. So I don't really know, you could maybe ask in #cloud-native:nixos.org | 09:38:12 |
roshan | byteio.in 🌷 | i'm a student,nix flake and colmena tool saved my money on buying docker registry service 🥰 | 09:40:25 |
@v:meowy.tech | You can also just host a docker-registry locally, that is what I do | 09:40:57 |
roshan | byteio.in 🌷 | really ? i didn't know that. let me search | 09:42:37 |