https://github.com/batazor/status-operator
Service (CRD) for reviwing the status of public services run in K8S
https://github.com/batazor/status-operator
Last synced: 3 months ago
JSON representation
Service (CRD) for reviwing the status of public services run in K8S
- Host: GitHub
- URL: https://github.com/batazor/status-operator
- Owner: batazor
- License: mit
- Created: 2018-08-28T21:46:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T10:44:45.000Z (about 7 years ago)
- Last Synced: 2025-10-26T10:27:59.886Z (8 months ago)
- Homepage: https://batazor.github.io/status-operator/
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# status-operator
Service (CRD) for reviwing the status of public services run in K8S
### How does it work?
1. Create CRD
```
version: status.v1
kind: status-page
spec:
title: go-auth
description: Serive JWT-authentication
```
2. Aggregate all `status-page` in one page
### Prototype UI
