Це відео не доступне.
Перепрошуємо.

Helm Plugin 101: How to create a Helm Plugin

Поділитися
Вставка
  • Опубліковано 14 сер 2024
  • Hands-on code walkthrough on how to create a Helm plugin from scratch.
    The example is then extended to create a plugin which generates OpenTelemetry spans and allows tracing of Helm commands using tracepusher.
    The traces are pushed into, and visualised by Jaeger.
    Links
    - Blog: agardner.net/m...
    - Helm Plugins Guide: helm.sh/docs/t...
    - OpenTelemetry: opentelemetry.io
    - Jaeger: jaegertracing.io
    - tracepusher: agardnerit.git...
    Timestamps
    00:00 Intro
    00:26 Naming your plugin
    01:26 Start creating the "echo" plugin
    01:38 Who will run your plugin?
    01:59 Create script.sh
    03:00 Create plugin.yaml
    06:22 helm plugin list command
    06:27 Install the "echo" plugin
    06:43 Run the "echo" plugin
    07:15 Expanding the "echo" plugin
    07:38 Run expanded "echo" plugin
    07:58 Introducing the "trace" plugin
    08:11 Explanation of "trace" plugin
    08:57 Explaining tracepusher
    09:36 Installing the trace plugin
    09:44 Running the trace plugin
    10:09 Explanation of trace plugin output
    10:28 View the trace in Jaeger
    10:49 Tracing a Helm Install command with OpenTelemetry
    11:06 Viewing the trace output in Jaeger
    11:28 Outro

КОМЕНТАРІ • 1

  • @nrodear
    @nrodear 27 днів тому +1

    thank you. gg