Kubernetes Live Record & Replay using Keploy Proxy
Tier:Enterprise
Offering:Self-Hosted, Dedicated
This guide demonstrates how to use Keploy Proxy to perform live traffic recording and replay in a Kubernetes environment.
Get the Sample Application
Start by cloning the e-commerce sample application repository and switching to the Kubernetes setup branch.
git clone https://github.com/keploy/ecommerce_sample_app.git
cd ecommerce_sample_app
git checkout k8s
This branch contains all Kubernetes manifests and configurations required for this guide.