What’s New in Kubernetes v1.24?
Kubernetes v1. 24 is almost here.
Read Now

Following up on my earlier post, I am publishing a perftest utility application that measures web page performance, including underlying network latency, and which further demonstrates how to use some of the features of the Rafay platform. First, I want to point out we're not a performance testing company ... we use Pingdom and other services to monitor our production infrastructure. But performance measurement is a passion of mine, and this was a good way to learn about net/http and httptrace in GoLang...What is Rafay Systems? We're a start-up building and operating a platform to distribute, scale and run containerized applications anywhere in the world, with lower effort and cost than building your own clusters. We believe in cloud-native, open-source, multi-cloud, and distributed computing. We're sharing code and lessons learned from our journey as part of giving back to the community that helped us get this far so fast.
There are a variety of performance measurement applications available, focused on many different needs. Why do we need another one? Perhaps we don't... but let me outline a few reasons why this application may be of interest. Then you be the judge.
The application illustrates how you can use the Rafay platform to run a microservice across many public and private cloud locations – but of course you're not tied to our platform. You can take the source and build and run it where you like.
OK! Let's get right into it. The code is on github in our new rafayopen org. In that repo the Makefile lets you build and run three flavors of web site performance measurement and monitoring:
The README file walks you through the steps to build each flavor. The git history also lets you see the app through time, from the minimal version 1 to the evolved version 2 with alerting and reporting. Let's look quickly at the evolution of this application.The first version (tagged v1 in DockerHub and the v1 branch GitHub) contains the core performance testing code, leveraged from Dave Cheney's httpstat (which built upon the python httpstat by reorx). It includes the core structures and functions to fetch a page and report the detailed timing information.The second version adds reporting via a webhook, which can send measurements to any JSON-compatible ingest service. We used a StreamSets receiver. It also can publish to AWS CloudWatch, where you can visualize the data using ElasticSearch and Kibana, to see web page performance over time. Finally, it adds code to integrate with the Twilio email and text message alerting system, so you can send a text if a request takes too long.Inclusion of the v2 features impacts readability a bit, and increases the size of the application from about 8.5 MB for the v1 docker container to 13.5 MB for the v2 app. So I created the two versions. I'm interested in any feedback you may have for me.
Instructions in the README file describe how to can sign up for a free account, and walks you through the steps to publish the docker container to the Rafay platform. Give it a try! You get instant access to compute across the world...
I hope the perftest example app will be useful and interesting to you. And there's much more to come.Soon we are publishing the Kubernetes CRDs that turn a vanilla Kubernetes cluster into a Rafay cluster. And some additional tools and sample applications that demonstrate how to make use of the platform we've built. We are interested in comments, questions and suggestions and welcome you to join the discussion via our blog, on github, or directly via email … I’m jad@rafay.co or you can contact info@rafay.co for more information about the business.


Rafay Systems has been recognized as a Representative Vendor in the 2022 Gartner® Market Guide for Container Management Rafay Systems has been recognized as a Representative Vendor in the 2022 Gartner® Market Guide for Container Management. * We believe that being included in this market guide report underscores that Rafay’s global customer base and Infrastructure and Operations (I&O) teams recognize value in the company’s unique approach for operating Kubernetes infrastructure and modern, containerized applications.
Read Now

Many people already have eyes on the upcoming Kubernetes v1. 24, which is scheduled for an official rollout on Tuesday, April 19, 2022.
Read Now