Integrate Locust into your K8s Project
An open source load testing tool written in Python.
Apr 6, 20234 min read218

Search for a command to run...
Articles tagged with #kubernetes
An open source load testing tool written in Python.

Hi all, In this post, we'll see how to integrate Prometheus with our already deployed fox-game project on Kubernetes (minikube). Prometheus is an open-source systems monitoring and alerting toolkit. What it does is look for a metrics endpoint on your...

Hi all, remember we built a docker image of our pet-fox game and ran it on docker using docker cli commands. In this post, we will be using that image to deploy our application on Kubernetes ( minikube ). What are the pre-requisites? Push the Docker...

Easily generate Kubernetes configuration files using docker-compose.yml
