Kro Explained | Kubernetes Resource Orchestrator | Simplify K8s APIs

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

  • @mfreeman451
    @mfreeman451 หลายเดือนก่อน

    looks amazing, will be trying this out shortly.

  • @geowalrus
    @geowalrus หลายเดือนก่อน +4

    How is it different from crossplane?

    • @nR-kv7xo
      @nR-kv7xo หลายเดือนก่อน +1

      probably cloudformation under the hood Lol

    • @svennam92
      @svennam92 หลายเดือนก่อน +7

      Dives into this at 4:38. A critical difference is that kro works with all K8s resources (CRDs), not just specific providers. It's not limited to predefined or provider-specific resource abstractions.

    • @RedbackThomson
      @RedbackThomson หลายเดือนก่อน +1

      @@svennam92 So it handles the same things that the Crossplane provider-kubernetes does, except without requiring it to be wrapped in an Object?

    • @svennam92
      @svennam92 หลายเดือนก่อน

      @@RedbackThomson kro takes a simple approach. If it's a k8s resource, kro can work with it. This means essentially any controller is supported, including ACK.

  • @TechEagerVLogs
    @TechEagerVLogs หลายเดือนก่อน +5

    Bro I had seen you in one of IBM's cloud video 😅😅

  • @joebowbeer
    @joebowbeer หลายเดือนก่อน

    Is it compatible with GitOps? An ArgoCD Application can contain a ResourceGroup, right? In which case, kro could provide the topo ordering that ArgoCD lacks.

  • @Luther_Luffeigh
    @Luther_Luffeigh หลายเดือนก่อน

    I wish AWS uses engineers time and effort to invest in existing open source solutions like crossplane which already do this well