An open API service indexing awesome lists of open source software.

https://github.com/sunho/fws

minimal but powerful PaaS that leverages kubernetes and github webhook
https://github.com/sunho/fws

angular discord-bot docker git kubernetes paas rest-api scss

Last synced: about 1 year ago
JSON representation

minimal but powerful PaaS that leverages kubernetes and github webhook

Awesome Lists containing this project

README

          

# FWS

Friendly Web Service

## Installation

FWS requires a running cluster of Kubernetes (can be standalone)

```
git clone https://github.com/sunho/fws.git
cd fws
kubectl create -f kubernetes.yaml
```