Running Kafka in Kubernetes: a practical guide by Katherine Stanley

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024
  • The rise of Apache Kafka as the de-facto standard for event streaming has coincided with the rise of Kubernetes for cloud-native applications. While Kubernetes is a great choice for any distributed system, that doesn't mean it is easy to deploy and maintain a Kafka cluster running on it.
    At IBM we have hands-on experience with running Kafka in Kubernetes and in this session I will share our top tips for a smooth ride. I will show an example deployment of Kafka on Kubernetes and step through the system to explain the common pitfalls and how to avoid them. This will include the Kubernetes objects to use, resource considerations and connecting applications to the cluster.
    I will also discuss useful Kafka metrics to include in Kubernetes liveness and readiness probes. Finally I will introduce some of the tools available to help automate the management of your Kafka deployment.

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

  • @aurorajunier5505
    @aurorajunier5505 2 года назад +2

    Very nice talk Katherine. It's very informative and well built. Thanks!

  • @vikrampancholi2919
    @vikrampancholi2919 2 года назад

    Very well organized and presented.

  • @satishvutti
    @satishvutti 7 месяцев назад

    In k8s world, how can we make sure that if kafka pod crashes and if some client creates a new channel outside/independent of kafka then before kafka pod comes up how to ensure that new channel is also added or is there any deployment strategy to make sure if kafka has all assets created before new pod spins up

  • @clipbastler
    @clipbastler 4 года назад +2

    Great talk, context well explained & all very clear!

  • @sachinupadhyay217
    @sachinupadhyay217 4 года назад

    While trying to cosume the kafka message on same environment unable to do but in local host i am able to do in same environment.
    In details: when I try to write "hi" txt on producdr its is not sending to comsumer. Getting Null key value ref kind of error.
    Any solution approach???

  • @MinhHoang-fu7tt
    @MinhHoang-fu7tt Год назад

    Well explained!

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

    any github link

  • @mitesh6872
    @mitesh6872 4 года назад +1

    Can you please provide link to setup kafka on GKE?

  • @mohiddinshaik3027
    @mohiddinshaik3027 4 года назад

    Thank you for detail insight as how to run kafka on k8s

  • @asganaway
    @asganaway 4 года назад +1

    that's a great talk, spot on!

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

    Good one, very neat.

  • @mikemohd1511
    @mikemohd1511 4 года назад

    hey great talk if you able to share sample deployment files that would be helpful

  • @mehrdad3141
    @mehrdad3141 4 года назад

    Great talk!

  • @vadimprudnikov9072
    @vadimprudnikov9072 4 года назад

    Thank you for the talk! Couple of moments were too complicated to understand.

  • @KundanKumar-mj8fe
    @KundanKumar-mj8fe Год назад

    please give github link

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

    nice talk but I'm a bit nervours with that amount of saliva :/

  • @wasimhakam4160
    @wasimhakam4160 4 года назад +1

    Well explained!