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

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

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

![Prototype UI](https://raw.githubusercontent.com/batazor/status-operator/master/1.1-Screen%201.png)