Skip to content

Commit

Permalink
Deployed 9f6470e with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Suez committed Feb 6, 2024
1 parent 0f07909 commit 443fd75
Show file tree
Hide file tree
Showing 12 changed files with 755 additions and 28 deletions.
20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,26 @@









<li class="md-nav__item">
<a href="/summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
20 changes: 20 additions & 0 deletions api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
20 changes: 20 additions & 0 deletions deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,26 @@









<li class="md-nav__item">
<a href="summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
48 changes: 21 additions & 27 deletions ingress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#analysis" class="md-nav__link">
<span class="md-ellipsis">
Analysis
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -480,6 +471,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down Expand Up @@ -531,15 +542,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#analysis" class="md-nav__link">
<span class="md-ellipsis">
Analysis
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -732,15 +734,7 @@ <h2 id="visit-the-app">Visit the app<a class="headerlink" href="#visit-the-app"
<p>With the application deployed and ingress configured, we can finally view the application's user interface.</p>
<p>To see the running PetClinic application, open a browser tab and visit http://$LB_IP/.</p>
<p>You should see a home page. Navigate to the Vets page, then the Pet Owners page, and finally, drill down to a specific pet owner, and otherwise get acquainted with the UI.</p>
<h2 id="analysis">Analysis<a class="headerlink" href="#analysis" title="Permanent link">&para;</a></h2>
<p>Prior to Istio, the common solution in the Spring ecosystem to issues of service discovery, resilience, load balancing was <a href="https://spring.io/projects/spring-cloud">Spring Cloud</a>. Spring Cloud consists of multiple projects that provide dependencies that developers add to their applications to help them deal with issues of client-side load-balancing, retries, circuit-breaking, service discovery and so on.</p>
<p>In <code>spring-petclinic-istio</code>, those dependencies have been removed. What remains as dependencies inside each service are what you'd expect to find:</p>
<ul>
<li><a href="https://spring.io/projects/spring-boot">Spring Boot</a> and actuator are the foundation of modern Spring applications.</li>
<li><a href="https://spring.io/projects/spring-data-jpa">Spring Data JPA</a> and the mysql connector for database access.</li>
<li><a href="https://micrometer.io/">Micrometer</a> for exposing application metrics via a Prometheus endpoint.</li>
<li><a href="https://docs.micrometer.io/tracing/reference/">Micrometer-tracing</a> for <a href="https://istio.io/latest/docs/tasks/observability/distributed-tracing/overview/">propagating trace headers</a> through these applications.</li>
</ul>
<p>Next, let us explore some of the API endpoints exposed by the PetClinic application.</p>



Expand Down
38 changes: 38 additions & 0 deletions observability/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<link rel="prev" href="../security/">


<link rel="next" href="../summary/">


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.4">
Expand Down Expand Up @@ -516,6 +518,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down Expand Up @@ -833,6 +855,22 @@ <h2 id="kiali">Kiali<a class="headerlink" href="#kiali" title="Permanent link">&
</a>



<a href="../summary/" class="md-footer__link md-footer__link--next" aria-label="Next: Summary">
<div class="md-footer__title">
<span class="md-footer__direction">
Next
</span>
<div class="md-ellipsis">
Summary
</div>
</div>
<div class="md-footer__button md-icon">

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4Z"/></svg>
</div>
</a>

</nav>


Expand Down
20 changes: 20 additions & 0 deletions resilience/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions security/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
20 changes: 20 additions & 0 deletions setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,26 @@









<li class="md-nav__item">
<a href="../summary/" class="md-nav__link">


<span class="md-ellipsis">
Summary
</span>


</a>
</li>



</ul>
</nav>
</div>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 443fd75

Please sign in to comment.