Replaced the Old Diagrams in Expose Intro Page
parent
84ed130d3a
commit
364b9e9f5d
|
@ -63,13 +63,7 @@ weight: 10
|
|||
<h3>Services and Labels</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<p><img src="/docs/tutorials/kubernetes-basics/public/images/module_04_services.svg" width="150%" height="150%"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<p>A Service routes traffic across a set of Pods. Services are the abstraction that allow pods to die and replicate in Kubernetes without impacting your application. Discovery and routing among dependent Pods (such as the frontend and backend components in an application) is handled by Kubernetes Services.</p>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 79 KiB |
Loading…
Reference in New Issue