Skip to content

Latest commit

 

History

History
executable file
·
27 lines (22 loc) · 2.27 KB

tsb-quickstart.md

File metadata and controls

executable file
·
27 lines (22 loc) · 2.27 KB
title layout prism_languages weight tags updated category intro
TSB Quickstart
2017/sheet
bash
yaml
1
Featured
TSB Quickstart
2022-12-07
Quickstart
TSB Quickstart Collection

Intro

The Quickstart is written to walk you through application onboarding and configuration of your application on TSB. By reading the quickstart, you are going to learn how to deploy your application and how to configure TSB and its components for various basic scenarios.

Resources

  • Deploy an Application In this quickstart page, you're going to deploy a sample application in a demo TSB environment and validate the success using the TSB UI, and tctl commands.
  • Create a Tenant In this section, you're going to create a Tenant within TSB.
  • Create a Workspace In this section, you're going to create a Workspace called bookinfo-ws bound to the bookinfo namespace.
  • Create Config Groups To start configuration for the bookinfo application, create a Gateway Group, a Traffic Group, and a Security Group. Each group provides specific APIs to configure various aspects of the services.
  • Configuring RBAC Permissions In this scenario, you will use the different AccessBindings to configure two RBAC access policies.
  • Ingress Gateway In this scenario, you'll use a Gateway to allow external traffic to your bookinfo application.
  • Traffic Shifting In this scenario, you will use a Service Route to shift traffic from the reviews v1 to reviews v2 service.
  • Security In this scenario, you'll configure communication between services in the same workspace using TSB security settings.