diff --git a/README.md b/README.md index 853d71c..6d00b17 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# team-operator +# Team Operator +A Kubernetes controller for managing namesapces. + +# 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.