mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Renamed: logging.md -> devel/logging.m Renamed: access.md -> design/access.md Renamed: identifiers.md -> design/identifiers.md Renamed: labels.md -> design/labels.md Renamed: namespaces.md -> design/namespaces.md Renamed: security.md -> design/security.md Renamed: networking.md -> design/networking.md Added abbreviated user user-focused document in place of most moved docs. Added docs/README.md explains how docs are organized. Added short, user-oriented documentation on labels Added a glossary. Fixed up some links.
		
			
				
	
	
		
			8 lines
		
	
	
		
			519 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			519 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Namespaces
 | |
| 
 | |
| Namespaces help different projects, teams, or customers to share a kubernetes cluster.  First, they provide a scope for [Names](identifiers.md).  Second, as our access control code develops, it is expected that it will be convenient to attach authorization and other policy to namespaces.
 | |
| 
 | |
| Use of multiple namespaces is optional.  For small teams, they may not be needed.
 | |
| 
 | |
| Namespaces are still under development.  For now, the best documentation is the [Namespaces Design Document](design/namespaces.md).
 |