Merge pull request #25814 from mehmetefeumit/master

Replaces the "Using a Service to Expose Your App" Page's Diagrams
This commit is contained in:
Kubernetes Prow Robot
2021-02-07 03:39:11 -08:00
committed by GitHub
2 changed files with 1054 additions and 716 deletions
@@ -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