mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Fixed markdown
This commit is contained in:
		@@ -20,7 +20,7 @@ They also may interact with services other than the Kubernetes API, such as:
 | 
			
		||||
## Design Overview
 | 
			
		||||
A service account binds together several things:
 | 
			
		||||
  - a *name*, understood by users, and perhaps by peripheral systems, for an identity
 | 
			
		||||
  - a *principal* that can be authenticated and (authorized)[../authorization.md]
 | 
			
		||||
  - a *principal* that can be authenticated and [authorized](../authorization.md)
 | 
			
		||||
  - a [security context](./security_contexts.md), which defines the Linux Capabilities, User IDs, Groups IDs, and other
 | 
			
		||||
    capabilities and controls on interaction with the file system and OS.
 | 
			
		||||
  - a set of [secrets](./secrets.md), which a container may use to
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user