<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Api - Tag - Lorenzo's Blog</title><link>https://www.k8s.it/tags/api/</link><description>Api - Tag - Lorenzo's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 30 Oct 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.k8s.it/tags/api/" rel="self" type="application/rss+xml"/><item><title>Python REST API Test Application</title><link>https://www.k8s.it/posts/python-rest-api-test-application/</link><pubDate>Fri, 30 Oct 2020 00:00:00 +0000</pubDate><author>Lorenzo Girardi</author><guid>https://www.k8s.it/posts/python-rest-api-test-application/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/python-rest-api-test-application/Screenshot-2020-11-20-at-23.08.36.png" referrerpolicy="no-referrer">
            </div><p></p>
<p>When you work in platform engineering focused on infrastructure, you sometimes need to create prototypes specifically built for platform testing purposes. I needed a backend that could simulate real API behavior without coupling to any actual business logic — something I could abuse freely.</p>
<p>Two goals:</p>
<ul>
<li>Function as a REST API</li>
<li>Run in Kubernetes</li>
</ul>
<h2 id="running-locally">Running Locally</h2>
<p>Build the image and run it:</p>]]></description></item></channel></rss>