Skip to content

Instantly share code, notes, and snippets.

View winnab's full-sized avatar

Winna Bridgewater winnab

View GitHub Profile
title Failure Scenarios for the On-Demand Service Broker
owner London Services Enablement

TODO Something here.

Task Component Failure Next Steps
Startup Broker must supply -configFilePath Contact pcf‑services‑[email protected]

System setup

For this workshop, we'll use Kratix on two local Kubernetes clusters. Install the prerequisites listed below if they aren't already on your system.

  1. kind CLI / Kubernetes-in-Docker(KinD):
    Used to create and manage local Kubernetes clusters in Docker.
    See the quick start guide to install.

  2. docker CLI / Docker:
    Used to orchestrate containers. kind (above) requires that you have Docker installed and configured.
    See Get Docker to install.

Demo
https://github.com/syntasso/kratix/tree/main/demo
Done
* Download raw images
Pre-demo TODO
* Set up screen to be legible
* Run setup script
@winnab
winnab / notes.md
Last active August 8, 2023 16:45 — forked from syntassodev/notes.md
Promise Building workshop

Promise Writing Session

Verify system setup

Ensure environment variables are set for ease of running commands throughout

export PLATFORM="kind-platform"
export WORKER="kind-worker"