Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borodun/of-tool
Study on OpenFaaS, k8s monitoring, frontend
https://github.com/borodun/of-tool
backend frontend k8s openfaas
Last synced: about 6 hours ago
JSON representation
Study on OpenFaaS, k8s monitoring, frontend
- Host: GitHub
- URL: https://github.com/borodun/of-tool
- Owner: borodun
- Created: 2021-07-20T02:12:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T13:02:54.000Z (about 3 years ago)
- Last Synced: 2024-11-21T04:58:16.765Z (2 months ago)
- Topics: backend, frontend, k8s, openfaas
- Language: Go
- Homepage:
- Size: 5.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this
This is a study project for learning k8s, OpenFaaS, Prometheus and a little of frontend## Repo structure
- **faas-ui** - Vue with element-plus framework and axios. Test project for learning how frontend works
- **faas-api** and **prometheus-api** - backend services for **faas-ui**. Made with [GoKit CLI](https://github.com/kujtimiihoxha/kit) tool
- **k8s** - configs I used to deploy Prometheus on k8s
- **openfaas** - demo functions I've written using custom [template](https://github.com/borodun/of-templates) and [watchdog](https://github.com/borodun/of-watchdog)