| 8 Jul 2021 |
Mic92 (Old) | In reply to @astro:envs.net any ideas about them? Do you want to access those via serial console? Having universal support is a bit tricky due to different feature set, but you could provide universal access with some additional socat instances. | 06:00:09 |
Mic92 (Old) | There is also vsock but it requires some permission changes on the host in /dev/vhost-vsock to work. But than at least firecracker implements this differently by implementing vsock -> unix socket. | 06:02:17 |
| @Las:matrix.org joined the room. | 14:50:20 |
| 9 Jul 2021 |
| vika (she/her) 🏳️⚧️ set a profile picture. | 16:39:01 |
| 10 Jul 2021 |
| Mic92 (Old) changed their display name from Mic92 to Mic92 (Old). | 14:02:25 |
| @mic92:nixos.dev joined the room. | 14:36:03 |
| Mic92 (Old) left the room. | 15:00:53 |
| @Teteros:matrix.org joined the room. | 15:25:47 |
| @Teteros:matrix.org left the room. | 15:26:38 |
| 17 Jul 2021 |
| Michael Lieberman joined the room. | 04:08:31 |
| 22 Jul 2021 |
@astro:envs.net | Redacted or Malformed Event | 14:36:25 |
@mic92:nixos.dev | Astro: this is an english channel. | 16:12:08 |
@mic92:nixos.dev | Maybe wrong chat? | 16:12:26 |
@astro:envs.net | sorry, wrong window | 21:00:34 |
| 23 Jul 2021 |
| Room Avatar Renderer. | 23:22:26 |
| 26 Jul 2021 |
| @implr:hackerspace.pl joined the room. | 09:16:44 |
| 1 Aug 2021 |
@mic92:nixos.dev | Opinions? https://github.com/NixOS/nixpkgs/pull/132087 | 07:21:03 |
@mic92:nixos.dev | I using k3s rather than k8s | 07:21:11 |
| 2 Aug 2021 |
@hexa:lossy.network | Mic92: would you recommend k3s for running a handful containers that should be host independent? mostly web stuff (static pages, wordpress, dokuwiki, younameit) | 00:19:08 |
@hexa:lossy.network | and basically something gitlab can deliver to | 00:19:25 |
shanesveller | Host independent would probably imply a true multihost Kube distribution, no? Not that you can't necessarily get there with k3s | 01:13:19 |
shanesveller | (Comparing with things like Kubeadm) | 01:13:39 |
@mic92:nixos.dev | hexa: it can surely do that and is easier to maintain than k8s because it has less moving parts. Still I would only use if you plan for a larger team with a bigger amount of servers. It's useful i.e if you want developers to push application independent of their admins. | 02:34:56 |
@mic92:nixos.dev | K3s runs in a multihost setup without any issues. If you want to go multi master you have to an external etcd rather than then internal database. | 02:39:37 |
@mic92:nixos.dev | On nixos I also ended up disableing the nixos firewall. I could not make it compatible with the kubernetes firewall. Their rules sets and natting is insane complex. | 02:42:44 |
| 7 Aug 2021 |
| @blaggacao:matrix.org changed their display name from David Arnold to David Arnold (blaggacao). | 17:57:39 |
| @blaggacao:matrix.org removed their profile picture. | 17:57:56 |
| @blaggacao:matrix.org set a profile picture. | 17:58:22 |
| 11 Aug 2021 |
@mic92:nixos.dev | If you need a simple, hackable hypervisor for docker etc, I can also recommend https://github.com/gotoz/runq | 12:02:20 |
@mic92:nixos.dev | It's initrd is written mostly in go. | 12:03:37 |