Deployed ec96d83 with MkDocs version: 1.1.2

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-17 15:02:28 +05:50
parent cc0b7fe117
commit f20e004829
126 changed files with 4064 additions and 42 deletions

View File

@@ -501,7 +501,7 @@
<li class="md-nav__item">
<a href="../sre-conclusion/" class="md-nav__link">
SRE Aspects of The App and Conclusion
Conclusion
</a>
</li>

View File

@@ -467,7 +467,7 @@
<li class="md-nav__item">
<a href="../sre-conclusion/" class="md-nav__link">
SRE Aspects of The App and Conclusion
Conclusion
</a>
</li>

View File

@@ -440,7 +440,7 @@
<li class="md-nav__item">
<a href="../sre-conclusion/" class="md-nav__link">
SRE Aspects of The App and Conclusion
Conclusion
</a>
</li>

View File

@@ -14,7 +14,7 @@
<title>SRE Aspects of The App and Conclusion - SchoolOfSRE</title>
<title>Conclusion - SchoolOfSRE</title>
@@ -57,7 +57,7 @@
<div data-md-component="skip">
<a href="#sre-parts-of-the-app-and-conclusion" class="md-skip">
<a href="#conclusion" class="md-skip">
Skip to content
</a>
@@ -86,7 +86,7 @@
</span>
<span class="md-header-nav__topic md-ellipsis">
SRE Aspects of The App and Conclusion
Conclusion
</span>
</div>
@@ -403,12 +403,12 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
SRE Aspects of The App and Conclusion
Conclusion
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
SRE Aspects of The App and Conclusion
Conclusion
</a>
@@ -453,7 +453,7 @@
</li>
<li class="md-nav__item">
<a href="#conclusion" class="md-nav__link">
<a href="#conclusion_1" class="md-nav__link">
Conclusion
</a>
@@ -815,7 +815,7 @@
</li>
<li class="md-nav__item">
<a href="#conclusion" class="md-nav__link">
<a href="#conclusion_1" class="md-nav__link">
Conclusion
</a>
@@ -834,7 +834,7 @@
<h1 id="sre-parts-of-the-app-and-conclusion">SRE Parts of The App and Conclusion</h1>
<h1 id="conclusion">Conclusion</h1>
<h2 id="scaling-the-app">Scaling The App</h2>
<p>The design and development is just a part of the journey. We will need to setup continuous integration and continuous delivery pipelines sooner or later. And we have to deploy this app somewhere.</p>
<p>Initially we can start with deploying this app on one virtual machine on any cloud provider. But this is a <code>Single point of failure</code> which is something we never allow as an SRE (or even as an engineer). So an improvement here can be having multiple instances of applications deployed behind a load balancer. This certainly prevents problems of one machine going down.</p>
@@ -861,7 +861,7 @@
<li>Setup monitoring using many of the tools available like catchpoint, datadog etc.</li>
<li>Create a minimal flask-like framework on top of TCP sockets.</li>
</ol>
<h2 id="conclusion">Conclusion</h2>
<h2 id="conclusion_1">Conclusion</h2>
<p>This module, in the first part, aims to make you more aware of the things that will happen when you choose python as your programming language and what happens when you run a python program. With the knowledge of how python handles things internally as objects, lot of seemingly magic things in python will start to make more sense.</p>
<p>The second part will first explain how a framework like flask works using the existing knowledge of protocols like TCP and HTTP. It then touches the whole lifecycle of an application development lifecycle including the SRE parts of it. While the design and areas in architecture considered will not be exhaustive, it will give a good overview of things that are also important being an SRE and why they are important.</p>

View File

@@ -474,7 +474,7 @@
<li class="md-nav__item">
<a href="../sre-conclusion/" class="md-nav__link">
SRE Aspects of The App and Conclusion
Conclusion
</a>
</li>
@@ -1002,7 +1002,7 @@ spatel1-mn1:tmp spatel1$ curl localhost:5000/r/a62a4 -v
<span class="md-footer-nav__direction">
Next
</span>
SRE Aspects of The App and Conclusion
Conclusion
</div>
</div>
<div class="md-footer-nav__button md-icon">