- Install and configure Unleash (out of scope here)
- Install unleash-service (see Installation instructions)
- Create Kubernetes secret for unleash-service to connect to Unleash:
kubectl -n keptn create secret generic unleash --from-literal="UNLEASH_SERVER_URL=http://unleash.unleash-dev/api" --from-literal="UNLEASH_USER=keptn" --from-literal="UNLEASH_TOKEN=keptn"
- Create your Keptn project with a stage
production
and a sequenceremediation
:keptn create project sockshop --shipyard=shipyard.yaml
- Create a service:
keptn create service carts --project sockshop
- Add remediation.yaml to your project:
keptn add-resource --project sockshop --service carts --stage production --resource remediation.yaml --resourceUri remediation.yaml
- Trigger remediation using CLI:
keptn send event -f remediation-triggered.json
- Watch :)
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.