thekindkeptn


Project maintained by agardnerIT Hosted on GitHub Pages — Theme by mattgraham

Back to homepage

Components of The Kind Keptn

Congratulations, you are running the kind keptn, but what is actually installed?

  1. A fully functioning kubernetes cluster
  2. A web-based terminal window: http://localhost:7681 (try kubectl get namespaces)
  3. Keptn installed in the keptn namespace
  4. The keptn’s UI (bridge) available at: http://localhost/bridge
  5. The job executor service installed in keptn-jes namespace
  6. A keptn project created and linked to the Git upstream that you provided
  7. A very basic “hello world” sequence has already been executed for you.

Job Executor Service

The job executor service (JES) is a handy service as it allows running any container, shell, powershell or python script for keptn tasks.

This demo uses the JES to spin up an alpine image and echo Hello, world! in response to the sh.keptn.event.hello-world.triggered event.