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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Running the server

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

About

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.

License:Apache License 2.0


Languages

Language:Go 87.3%Language:HTML 8.7%Language:Shell 1.8%Language:JavaScript 1.3%Language:CSS 0.5%Language:Dockerfile 0.4%