Skip to content

Commit 39edec0

Browse files
authored
Merge pull request #25814 from mehmetefeumit/master
Replaces the "Using a Service to Expose Your App" Page's Diagrams
2 parents f539da6 + 364b9e9 commit 39edec0

File tree

2 files changed

+1054
-716
lines changed

2 files changed

+1054
-716
lines changed

content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ <h3>Summary</h3>
6363
<h3>Services and Labels</h3>
6464
</div>
6565
</div>
66-
67-
<div class="row">
68-
<div class="col-md-8">
69-
<p><img src="/docs/tutorials/kubernetes-basics/public/images/module_04_services.svg" width="150%" height="150%"></p>
70-
</div>
71-
</div>
72-
66+
7367
<div class="row">
7468
<div class="col-md-8">
7569
<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>

0 commit comments

Comments
 (0)