| 20 Sep 2022 |
Arian | Etcd writes don't scale beyond the performance of a single node by the way | 13:23:51 |
hexa | * yeah, so odd numbers | 13:23:54 |
Arian | Reads you can scale | 13:23:57 |
hexa | this is about using dex with an ldap syncrepl pair | 13:24:10 |
Arian | Just run a single node | 13:24:21 |
hexa | I don't think we're going to need much throughput | 13:24:22 |
hexa | ok | 13:24:36 |
hexa | thanks | 13:24:38 |
| 21 Sep 2022 |
| superherointj joined the room. | 20:45:36 |
| Felix Andreas joined the room. | 22:16:14 |
| 22 Sep 2022 |
| v joined the room. | 22:24:01 |
| 7 Oct 2022 |
| v changed their display name from v to v. | 08:13:11 |
| 9 Oct 2022 |
| Keijo joined the room. | 23:42:44 |
| jakehamilton joined the room. | 23:57:13 |
| 13 Oct 2022 |
| KFears (23.11.2022 when) joined the room. | 17:39:47 |
| 15 Oct 2022 |
| underpantsgnome! changed their display name from underpantsgnome to underpantsgnome!. | 00:32:08 |
| 16 Oct 2022 |
| jake_gillberg joined the room. | 22:35:59 |
| 19 Oct 2022 |
| Tobias Pankrath joined the room. | 09:10:30 |
| ronixx joined the room. | 09:54:46 |
ronixx |  Download image.png | 09:55:04 |
ronixx | im curious to knwo can i directly point my fastAppImage in kubenetes without docker registry | 09:55:05 |
| aktaboot left the room. | 20:54:35 |
| 29 Oct 2022 |
| Tseb joined the room. | 06:12:19 |
| @uep:matrix.org joined the room. | 06:15:19 |
@uep:matrix.org | Hi folks.. random q. In the past, I've built lambdas for AWS using Rust, and basically the whole image is a zip file with a single "bootstrap" executable that is the runtime (that would normally be responsible for starting a whole python or node or whatever framework).
But of course that executable has dependencies on libc.so in FHS paths, so building that same executable on nixos is more involved.
| 06:25:04 |
@uep:matrix.org | Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
| 06:26:40 |
@uep:matrix.org | * Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
- patchelf, in the reverse of how we normally use it, to turn store paths into FHS (ugh)
| 06:28:28 |
| 31 Oct 2022 |
jake_gillberg | Lambdas also support containers, so a dockerTools approach might be another angle of attack? | 14:39:44 |
| underpantsgnome! changed their display name from underpantsgnome! to underpantsgnome. | 20:30:28 |
| 1 Nov 2022 |
@uep:matrix.org | yeah but it's all so much more.. stuff | 03:17:19 |