Tetrate Service BridgeVersion: 1.11.x
Create a Tenant
In this section, you're going to create a Tenant within TSB.
Before you get started, make sure you:
✓ Familiarize yourself with TSB concepts
✓ Install the TSB demo environment
✓ Deploy the Istio Bookinfo sample app
Using the UI
- Under Organization on the left panel, select Tenants
- Click the card to add a new Tenant
- Enter the Tenant ID
tetrate
- Provide your Tenant with a display name and description
- Click Add
Using tctl
Create the following tenant.yaml
apiVersion: api.tsb.tetrate.io/v2
kind: Tenant
metadata:
organization: tetrate
name: tetrate
spec:
displayName: Tetrate
Apply with tctl
tctl apply -f tenant.yaml