DevConf Knative Operator
DevConf workshop introduced participants to the FaaS model, as well as to building Kubernetes operators. Participants implemented a K8s Operator, using the Operator SDK framework, to provide the functionality of the Knative CLI. This allows easier creation, build and deployment of functions with Knative just by creating Kubernetes (CR) objects, and helps learn the internals about how K8s Operators work in real life cases.
Materials
Code, instructions and documentation are available to the following GitHub repositories:
- https://github.com/physics-faas/physics-devconf
- https://github.com/physics-faas/devconf-knative-operator
Owner: Red Hat
PoC: ltomasbo@redhat.com
License: Apache-2.0 license
Release Date: 13/09/2023
Field of use: Didactic repository for Kubernetes operators and their use in Knative FaaS platform.