Live data from Hacker News

Viewing profile — andrewrynhard

andrewrynhard

HN member
Joined
Sun, Jun 10, 2018, 6:28 AM UTC
HN karma
92
Public activity
49 items

About andrewrynhard

[ my public key: https://keybase.io/andrewrynhard; my proof: https://keybase.io/andrewrynhard/sigs/sQzDTpfz8TtirY-DWdk1Iaa1gdLKQ9RIYSM6oHY-0aM ]

Recent public activity

  1. comment
    Comment #39596776

    With Kubernetes you can schedule workloads in a number of different ways. Let’s say you insisted on having a shell and package manager. Run your favorite distro’s container as a Da…

  2. comment
    Comment #39596029

    In machined (PID1 of Talos).

  3. comment
    Comment #39596009

    In the case of Talos, Kubernetes can provide the flexibility you want from a more traditional Linux distribution.

  4. comment
    Comment #31805140

    Have you tried our Slack fir support?

  5. comment
    Comment #31804632

    This is correct. You could have a privileged pod that mounts up the host and you can do things from there but even then the OS is read only.

  6. comment
    Comment #31804459

    Oh I am well aware of RH CoreOS.

  7. comment
    Comment #31801914

    I would say that CoreOS is gone because RH destroyed it. Not because people didn't use it.

  8. comment
    Comment #31801901

    We mention CAPI but certainly not 2.0 since the CAPI we are referring to is "Cluster API" and they only have 1.0.

  9. comment
    Comment #31801883

    For folks who are all in on a single cloud provider it might not make sense, but if you run Kubernetes in multiple clouds, on-premise, edge, etc. then it starts to make a lot of se…

  10. comment
    Comment #31801855

    The same spirit as CoreOS but it is something entirely different. Written from PID1 up solely for the purposes of running Kubernetes.

  11. comment
    Comment #31801837

    It is a 50MB squashfs.

  12. story
  13. story
  14. comment
    Comment #24369306

    Have you guys taken a look at Talos?

  15. comment
    Comment #24365956

    For a project similar to bottlerocket, checkout https://github.com/talos-systems/talos . It is geared for cloud, VMware, and bare metal users. We have integrations with Cluster API…

  16. comment
    Comment #21082187

    First of all, thank you for taking the time to write this out. The feedback is very valuable. I will do my best to address each comment. Let me start by laying out our design const…

  17. comment
    Comment #21076249

    The rootfs in stored in the booloader partition and in the initramfs. As for NFS, I can see us adding support for that, but the out of the box experience for Talos in any of clouds…

  18. comment
    Comment #21076218

    Thanks! I haven't heard of Zulip, I will be taking a look!

  19. comment
    Comment #21070900

    I haven't tested in Virtualbox yet. Would you mind either join our slack or creating a GitHub issue where we could provide better support?

  20. comment
    Comment #21070049

    I spent a lot of time in v0.2 building Talos for ARM, and it works, but there is a good amount of work to be done to make it official. We need to setup ARM nodes to run our builds …

  21. comment
    Comment #21070015

    Please file an issue on GitHub and we would be happy to look into this.

  22. comment
    Comment #21068072

    Interesting. We PXE boot Talos in packet. One user is even go so far as to PXE boot Talos on every boot.

  23. comment
    Comment #21067493

    You absolutely could. The rootfs is read only so what you can do is limited. Kubernetes also landed support for ephemeral containers in 1.16: https://github.com/kubernetes/enhancem…

  24. comment
    Comment #21067420

    We do support storage volumes. A recent change in Rook seems to have broken how it works with Talos, but we know storage is important and we are working on fixes. We would love to …

  25. comment
    Comment #21067406

    We have our provider here: https://github.com/talos-systems/cluster-api-provider-talos Perhaps OS isn't the right thing to call, but I don't know a better alternative :D