keptn-sandbox / k6-service

Keptn Service for running K6 as load testing tool.
MIT License
7 stars 1 forks source link

Step 1: Keptn and k6 Running with Job Executor Service #1

Closed agardnerIT closed 2 years ago

agardnerIT commented 2 years ago

Before proceeding with more complex integrations, ensure the "basic" k6 integration works as shown here and that you fully understand how and why it works.

  1. Install Keptn
  2. Install Job Executor Service
  3. Create a project / service / stage / sequence
  4. Configure job executor service to listen for your taskname.triggered event
  5. Configure job executor service to trigger the k6 container in response to this event

@jainammm FYI

jainammm commented 2 years ago

Okay, got it... Will test this out first :)

agardnerIT commented 2 years ago

@jainammm can you document the "issue" and the "fix" for the JES issue you encountered so that others can potentially learn from it. Thanks.

jainammm commented 2 years ago

hey @agardnerIT, where should I document the final flow of K6 using JES? and what should be the structure of K6 services and sequence in the final tutorial?