Knative Functions Deep-Dive: Why You Should Use Knative Functions For Your Next Microservi...

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon North America in Salt Lake City from November 12 - 15, 2024. Connect with our current graduated, incubating, and sandbox projects as the community gathers to further the education and advancement of cloud native computing. Learn more at kubecon.io
    Knative Functions Deep-Dive: Why You Should Use Knative Functions For Your Next Microservices Application - Mauricio "Salaboy" Salatino, Diagrid; Luke Kingland, Red Hat; Dave Protasowski, Broadcom
    In a world where creating, deploying, and running cloud-native applications is quite complicated, this session provides a deep dive into the land of Knative Functions. Knative Functions is a Knative subproject providing an end-to-end development experience that facilitates the creation, packaging, and deployment of polyglot functions atop Kubernetes. How do Functions relate to Knative? What is needed to run these functions? Do you need a Kubernetes cluster for the most basic developer experience? This session will look into how Knative Functions implemented a smooth local development experience for functions that can be easily deployed to Kubernetes clusters without worrying about containers or YAML files, while leveraging all the benefits Knative provides. We will also talk about what the best use cases for Functions are and what its capabilities are.
  • НаукаНаука

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

  • @mahmoudshaban5970
    @mahmoudshaban5970 Месяц назад

    Great Demo

  • @h4xnoodle
    @h4xnoodle 5 месяцев назад

    great speaking Dave

  • @nowzarifarhad
    @nowzarifarhad 3 месяца назад

    How would the auto deployments and rollouts work. We don't always deploy into one cluster. If there are 50 customers and they are all having flux installed, how is to auto deploy a function changes there? We use Helm for our deployments