Replaced the Old Diagrams in Expose Intro Page

pull/25814/head
Mehmet Efe Umit 2020-12-25 16:52:18 +03:00
parent 84ed130d3a
commit 364b9e9f5d
2 changed files with 1054 additions and 716 deletions

View File

@ -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