mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Update services.md
Fix pods docs link
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Overview
 | 
					## Overview
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Kubernetes [`Pods`](Pods.md) are mortal. They are born and they die, and they
 | 
					Kubernetes [`Pods`](pods.md) are mortal. They are born and they die, and they
 | 
				
			||||||
are not resurrected.  [`ReplicationControllers`](replication-controller.md) in
 | 
					are not resurrected.  [`ReplicationControllers`](replication-controller.md) in
 | 
				
			||||||
particular create and destroy `Pods` dynamically (e.g. when scaling up or down
 | 
					particular create and destroy `Pods` dynamically (e.g. when scaling up or down
 | 
				
			||||||
or when doing rolling updates).  While each `Pod` gets its own IP address, even
 | 
					or when doing rolling updates).  While each `Pod` gets its own IP address, even
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user