kyma-project / serverless

Apache License 2.0
4 stars 18 forks source link
hacktoberfest

Serverless

Status

GitHub tag checks state

REUSE status

Overview

Serverless Operator allows deploying the Serverless component in the Kyma cluster in compatibility with Lifecycle Manager.

Architecture Diagram

Architecture

Install

Create the kyma-system namespace:

kubectl create namespace kyma-system

Apply the following script to install Serverless Operator:

kubectl apply -f https://github.com/kyma-project/serverless/releases/latest/download/serverless-operator.yaml

To get Serverless installed, apply the sample Serverless CR:

kubectl apply -f https://github.com/kyma-project/serverless/releases/latest/download/default-serverless-cr.yaml

Development

Prerequisites

Installation in the k3d Cluster Using Make Targets

  1. Clone the project.

    git clone https://github.com/kyma-project/serverless.git && cd serverless/
  2. Create a new k3d cluster and run Serverless from the main branch:

    make run-main

NOTE: To clean up the k3d cluster, use the make delete-k3d make target.

NOTE: If you have k3d already running, you can use the install-* targets to install Serverless in different flavors.

Using Serverless Operator

Contributing

See the Contributing Rules.

Code of Conduct

See the Code of Conduct document.

Licensing

See the license file.