<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Azure Serverless | Software Engineering &amp; Architecture on Azure</title>
    <link>https://blogk6test.z33.web.core.windows.net/post/</link>
    <description>Recent content in Posts on Azure Serverless | Software Engineering &amp; Architecture on Azure</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 07 May 2020 12:00:00 +0100</lastBuildDate>
    
	<atom:link href="https://blogk6test.z33.web.core.windows.net/post/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Load Testing With k6 on Azure Container Instances</title>
      <link>https://blogk6test.z33.web.core.windows.net/post/load-testing-with-k6-on-aci/</link>
      <pubDate>Thu, 07 May 2020 12:00:00 +0100</pubDate>
      
      <guid>https://blogk6test.z33.web.core.windows.net/post/load-testing-with-k6-on-aci/</guid>
      <description>&lt;p&gt;In this very first post let&amp;rsquo;s explore how to run the 
&lt;a href=&#34;https://k6.io&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;k6 load testing tool&lt;/strong&gt;&lt;/a&gt;
 easily and on demand 
&lt;a href=&#34;https://azure.microsoft.com/en-us/services/container-instances/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;on Azure Container Instances&lt;/strong&gt;&lt;/a&gt;
 (ACIs).&lt;/p&gt;
&lt;p&gt;Load testing is a type of performance testing where we simulate a specific workload (concurrent users accessing the system) and observe the system&amp;rsquo;s behaviour under this load.&lt;/p&gt;
&lt;p&gt;You might already have your &lt;strong&gt;favourite tool for the job&lt;/strong&gt; that you run locally or on a dedicated server from the command line. Maybe you have found it nicely packaged up on Docker Hub, pulled it to your computer and ran it that way&amp;hellip; and started wondering how to do the same in the cloud!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Custom k6 Load Tests in Containers</title>
      <link>https://blogk6test.z33.web.core.windows.net/post/custom-k6-load-test-in-containers/</link>
      <pubDate>Thu, 07 May 2020 12:00:00 +0100</pubDate>
      
      <guid>https://blogk6test.z33.web.core.windows.net/post/custom-k6-load-test-in-containers/</guid>
      <description>&lt;p&gt;After 
&lt;a href=&#34;https://blogk6test.z33.web.core.windows.net/post/load-testing-with-k6-on-aci&#34;&gt;covering the basics&lt;/a&gt;
 about k6 and ACIs, we still haven&amp;rsquo;t run our own tests. We saw that k6 can grab a JavaScript load test file from the web, and initiate requests to the endpoint(s) specified there. It means we can do the same and &lt;strong&gt;host a test file ourselves&lt;/strong&gt; in our GitHub repo or anywhere else where it&amp;rsquo;s publicly accessible!&lt;/p&gt;
&lt;p&gt;Before doing that though&amp;hellip; Let&amp;rsquo;s see how to write these tests.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>