Spec
less than a minute
All experiments are Kubernetes objects.
This means they follow a similar pattern to other Kubernetes resources in that they include TypeMeta
and ObjectMeta
data.
Additional details can be found in the experiment reference.
Example
In the next few pages we will walk you through building an experiment file for the Online Boutique demo application and introduce concepts along the way.
Online Boutique is a cloud-native microservices demo application.
Online Boutique consists of a 10-tier microservices application.
The application is a web-based e-commerce app where users can browse items, add them to the cart, and purchase them.
In this example, we will tune the memory and cpu resources for the frontend and the product catalog. The performance will be measured by comparing a relative cost with the duration.
Next, we will define parameters to explore for our experiment.
Last modified June 23, 2022