https://github.com/snapp-incubator/team-operator
Managing team user and namespace membership
https://github.com/snapp-incubator/team-operator
appdelivery go golang kubernetes operator snappcloud
Last synced: 12 months ago
JSON representation
Managing team user and namespace membership
- Host: GitHub
- URL: https://github.com/snapp-incubator/team-operator
- Owner: snapp-incubator
- Created: 2023-03-03T15:59:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T09:28:06.000Z (about 1 year ago)
- Last Synced: 2025-06-12T08:53:06.129Z (about 1 year ago)
- Topics: appdelivery, go, golang, kubernetes, operator, snappcloud
- Language: Go
- Homepage:
- Size: 135 KB
- Stars: 12
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Operator
A Kubernetes controller for managing namespaces.
# Overview
The Team Operator is designed to simplify the management of namespaces associated with teams in a Kubernetes cluster. Many teams often have multiple namespaces for different projects, staging, and production environments. This operator automates the process of associating namespaces with a team by creating a Team object that includes the relevant namespaces. Additionally, it adds a label snappcloud.io/team= to the namespaces linked to the team.