Skip to content
/ cnsc Public

Demo & Artifacts for Cloud Native Security Con

Notifications You must be signed in to change notification settings

tetratecx/cnsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

cnsc

Demo & Artifacts for Cloud Native Security Con

Demo

Explaination

  • Please go through this doc to better understand the demo.

  • Video presentations are also available here.

Setup

Provisioning Kubernetes Clusters and Installing TSB

Creating the apps in each cluster

  • Set the KUBECONFIG environment variable to the aks-westus2 cluster
export KUBECONFIG=<path-to-kubeconfig>
  • Apply Kubernetes config for the ticketing app
kubectl apply -f apps/aks-westus2/ticketing/
  • Set the KUBECONFIG environment variable to the eks-useast2 cluster
export KUBECONFIG=<path-to-kubeconfig>
  • Apply Kubernetes config for the ticketing app as well as customer-360 app
kubectl apply -f apps/eks-useast2/ticketing/
kubectl apply -f apps/eks-useast2/customer360/

Applying TSB Config

tctl --config <path-to-tsb-config> apply -f tsb/

About

Demo & Artifacts for Cloud Native Security Con

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published