Lessons Learned Migrating Kubernetes from Docker to containerd Runtime - Ana Calin, Paybase

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at kubecon.io
    Don't miss KubeCon + CloudNativeCon 2020 events in Amsterdam March 30 - April 2, Shanghai July 28-30 and Boston November 17-20! Learn more at kubecon.io. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects
    Lessons Learned Migrating Kubernetes from Docker to containerd Runtime - Ana Calin, Paybase
    In 2016 Docker span out its core container runtime functionality into a standalone component, containerd. Using containerd developers can customize, extend and swap out functionality as needed, without unnecessary abstraction getting in their way. containerd provides all the core primitives needed to manage containers on Linux and Windows hosts allowing Docker and other leading container systems, including Kubernetes to use it as their core container runtime. containerd is fully OCI compliant. This talk covers lessons learned by migrating a Kubernetes platform from a docker runtime based OS to a containerd based OS. It includes observations around security, performance and usability, as well as the benefit of debugging using crictl - containerd’s cli, compared to the docker cli. Find out if there’s a real benefit in swapping and the kind of effort required to achieve complete migration.
    sched.co/MPd8
  • НаукаНаука

Комментарии • 7

  • @monilpanchal
    @monilpanchal 3 года назад +3

    Watching this talk makes a lot of sense after the recent news about K8s dockershim deprecation.
    Thanks for a great video!

  • @bikramsarkar8544
    @bikramsarkar8544 Год назад

    Very useful, thanks Ana

  • @rakra4551
    @rakra4551 3 года назад +1

    Beautiful stuff. The block diagrams are simple, yet very expressive !

  • @yuvipanda
    @yuvipanda 4 года назад +3

    Great overview. I like the amount of context provided - was very useful. Thank you for giving this talk.

  • @pythonsriracha4944
    @pythonsriracha4944 3 года назад

    Very useful, thank you!

  • @reddog2105
    @reddog2105 3 года назад

    Terrific stuff. Thank you so much!

  • @gatsbylee2773
    @gatsbylee2773 3 года назад

    Thank you