Writing Crossplane Providers with Code Generation - Muvaffak Onuş & Hasan Türken, Upbound

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Don’t miss out! Join us at our upcoming hybrid event: KubeCon + CloudNativeCon North America 2022 from October 24-28 in Detroit (and online!). 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.
    Writing Crossplane Providers with Code Generation - Muvaffak Onuş & Hasan Türken, Upbound
    Crossplane providers are Kubernetes controllers that act as the bridges between your cluster and any external API. However, it’s always been a challenge to write them with CRDs that satisfy the Crossplane Resource Model and in turn Kubernetes Resource Model. In this talk, we will go over the steps of creating a provider with the latest Crossplane Runtime and code generation tooling and then we will see how we can wire that provider up to our application to provision external infrastructure.

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

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

    The talk/video title is "Writing Crossplane Providers with Code Generation" but the video thumbnail said "Terrajet - A New Way to Write Controllers for your Applications". I believe the thumbnail needs to be updated.

  • @dhano6sk
    @dhano6sk 2 года назад +3

    repo link with code especially for composition, claim, xrd would be very helpful

  • @Awcator
    @Awcator 11 месяцев назад

    Awesome , I dont understand one thing, when he ran "make run" go based server ran on his laptop, then he applied kindclaim yaml to his kubernetes cluster, how did the local go server recived the requests? That was sent via k8s. Its not even running as pod

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

    Why you need an extra CR for Password, and not implement it in the DB one?