home.social

Search

22 results for “tormath1”

  1. Deloying #Kubernetes ... from Kubernetes?

    Check out #Flatcar maintainer @tormath1 's #ClusterAPI talk in the virtualization and cloud infrastructure Devroom at #fosdem2024 , 2:30pm CET: fosdem.org/2024/schedule/event

    Live stream will be available from that page for remote participants.

    #CAPI #fosdem

  2. Calm before the conference. If you're at #FrOSCon check out the Flatcar booth right at the Mensa, next to #KairOS and near #Fedora #CoreOS.

    I have a #Kubernetes #Sysext talk on #Flatcar #container #linux at 6 tomorrow, and @tormath1 will follow up with a hands-on tutorial on Sunday at 4.

  3. On Sunday 17th 4:00pm, @tormath1 will run a workshop to learn how to run, build and update systemd-sysext images on image based systems. programm.froscon.org/2025/even

  4. Next up at #FrOSCon : @tormath1 Mathieu and Julian @apricote talk about news and happenings in and around #flatcar #container #linux - new vendors support, ClusterAPI updates, and the latest on #systemd #sysext .
    The presentation will commence in about 5 minutes; abstract is here programm.froscon.org/2024/even

    The live stream for the talk is here: streaming.media.ccc.de/froscon

  5. I'll be at KubeCon/CloudNativeCon this week in Paris. I'll likely be at the OpenShift Commons event on Tuesday, then I'll likely hang out around the Red Hat booth.

    @tormath1 and I will give a talk about the benefits of container focused OS for Kubernetes on Thursday: sched.co/1YePg

    Feel free to reach out if you want to meet to talk about anything related to OpenShift, Fedora CoreOS, Fedora Atomic Desktops, Flatpaks or something else!

    #KubeCon #CloudNativeCon #OpenShiftCommons

  6. Tonight, SRE France organizes its #16 Meetup in Paris: meetup.com/site-reliability-en
    Let's talk about , and . See you there! Oh - and we have 2 tickets for the France to give away :D

  7. Next week at , @siosm and I will talk about Container Focused OS with some @flatcar and illustrations. See you there! sched.co/1YePg

  8. Trying 2.0.0 on - this is a good opportunity to test the User Namespace feature on :
    ```
    $ kubectl exec -ti userns-01 -- cat /proc/self/uid_map
    0 391577600 65536
    $ ssh to-k8s-node -- cat /proc/self/uid_map
    0 0 4294967295
    ```

    If you want to try it out, here's the containerd 2.0.0 sysext definition: github.com/flatcar/sysext-bake and doc to BYO containerd on Flatcar: flatcar.org/docs/latest/provis

  9. Here's a new addition to the @flatcar documentation if you want to setup a cluster using Systemd images: flatcar.org/docs/latest/contai
    With this approach, it's easier to control the update of Kubernetes software by leveraging the sysupdate feature and to coordinate the nodes update.