Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
minimal but powerful PaaS that leverages kubernetes and github webhook
- Host: GitHub
- URL: https://github.com/sunho/fws
- Owner: sunho
- Created: 2018-06-23T23:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T01:28:37.000Z (over 4 years ago)
- Last Synced: 2024-04-28T02:09:18.143Z (6 months ago)
- Topics: angular, discord-bot, docker, git, kubernetes, paas, rest-api, scss
- Language: Go
- Homepage:
- Size: 510 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```