Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 780 Bytes

File metadata and controls

21 lines (12 loc) · 780 Bytes

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