Strimzi: Apache Kafka on Kubernetes in a few minutes

แชร์
ฝัง

ความคิดเห็น • 13

  • @Laloloop
    @Laloloop 4 ปีที่แล้ว +1

    This is so cool! Thank you very much!

  • @psevpsevpsev
    @psevpsevpsev ปีที่แล้ว

    great clips

  • @edivaldolimabatista5261
    @edivaldolimabatista5261 4 ปีที่แล้ว +7

    congratulations for the content. Do you have the link to download the scripts?
    Thank you

  • @juandavidcorrea5501
    @juandavidcorrea5501 4 ปีที่แล้ว

    i love youuu

  • @gigisimpson2753
    @gigisimpson2753 ปีที่แล้ว +3

    Could you paste the command in 0:25 in the description of the video? I'm trying to write it on my command line of ubuntu but it gives me a ''error: no objects passed to apply'', ''curl: (23) failure writing output to destination'' and "curl: (3) URL using bad/illegal format or missing URL

    • @Strimzi
      @Strimzi  ปีที่แล้ว +1

      The command is the following:
      curl -L strimzi.io/install/latest | sed 's/namespace: .*/namespace: kafka/' | kubectl apply -f - -n kafka
      The video was taken on Linux. So it might work differently on other platforms. Best is to follow the docs: strimzi.io/docs/operators/latest/full/deploying.html#cluster-operator-str

    • @gigisimpson2753
      @gigisimpson2753 ปีที่แล้ว

      @@Strimzi Thank you so much!

  • @imosolar
    @imosolar 3 ปีที่แล้ว +2

    I want the helm charts install

    • @8eck
      @8eck 3 ปีที่แล้ว

      Same here, it will be easier to rollback to previous release and tons of others features.

  • @king-cog
    @king-cog ปีที่แล้ว

    How did u create the my-topic???

    • @scholzj
      @scholzj ปีที่แล้ว

      I think it was auto-created by Kafka in this case. You can also use the Topic Operator to create it, but that would make the video a bit more complicated I guess.

  • @pavithrap3740
    @pavithrap3740 2 ปีที่แล้ว

    Consumer and producer terminated if I am not wrong