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

https://github.com/payback159/tenama

Tenama provides a simple REST API that allows non-cluster administrators in a shared Kubernetes environment to create temporary namespaces. tenama handles the creation, management, and cleanup of the temporary namespaces.
https://github.com/payback159/tenama

kubernetes kubernetes-namespaces kubernetes-services namespaces

Last synced: 12 months ago
JSON representation

Tenama provides a simple REST API that allows non-cluster administrators in a shared Kubernetes environment to create temporary namespaces. tenama handles the creation, management, and cleanup of the temporary namespaces.

Awesome Lists containing this project

README

          

# temporary namespace manager (tenama)

Tenama provides a simple REST API that allows non-cluster administrators in a shared Kubernetes environment to create temporary namespaces. tenama handles the creation, management, and cleanup of the temporary namespaces.

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Payback159/tenama/badge)](https://api.securityscorecards.dev/projects/github.com/Payback159/tenama)

## Running the server

```bash
nerdctl build . -t tenama
nerdctl run --rm -p 8080:8080 -v $(pwd)/config/config.yaml:/config/config.yaml tenama
```

## Create Namespace Sequence-Diagram

[]()

## Cleanup Namespaces Sequence-Diagram

[]()