Building functions with Knative and Tekton

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • serving

    Kubernetes-based, scale-to-zero, request-driven compute (by knative)

  • kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.3.0/serving-crds.yaml

  • net-kourier

    Discontinued Purpose-built Knative Ingress implementation using just Envoy with no additional CRDs [Moved to: https://github.com/knative-sandbox/net-kourier] (by knative)

  • kubectl apply -f https://github.com/knative/net-kourier/releases/download/knative-v1.3.0/kourier.yaml

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • kn-plugin-func

    Kn plugin for functions. (by Shashankft9)

  • For this blog we are going to use slightly changed func cli (which usually can be installed from kn-pluging-func releases), so we can clone the forked repo and run make install to generate the binary, and use it like any other cli. This change is still a WIP in upstream, to know more about it, you can follow this issue and this pr.

  • func

    Knative Functions client API and CLI

  • For this blog we are going to use slightly changed func cli (which usually can be installed from kn-pluging-func releases), so we can clone the forked repo and run make install to generate the binary, and use it like any other cli. This change is still a WIP in upstream, to know more about it, you can follow this issue and this pr.

  • pack

    CLI for building apps using Cloud Native Buildpacks

  • more secure deployments because function builds use Buildpacks under the hood.

  • pipeline

    A cloud-native Pipeline resource.

  • To install Tekton Pipelines refer to Tekton Pipelines documentation or run the following command:

  • kcd-chennai

  • build: git git: url: https://github.com/Shashankft9/kcd-chennai.git revision: master

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sdk-go

    Go SDK for CloudEvents

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts