Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.42 KB

Tornjak Deployment and Demos

This document describes the list of available documents to deploy and run various Tornjak demos.

The demos are sorted by complexity, starting with the simple ones and progressing into more complex.

We suggest running them in the specified order.

Tornjak Deployment

There are multiple ways to deploy Tornjak on Kubernetes. The simplest scenario is when Tornjak and SPIRE server are deployed in the same cluster as the workloads and SPIRE agents.

Single cluster on local minikube or kind

single cluster on minikube or kind

Single cluster in the Cloud with OpenShift

single cluster on OpenShift

Multi-Cluster deployment

multi-cluster

These demos deploy Tornjak Server and SPIRE agents in various scenarios:

  1. deploy in a single cluster locally via helm charts
  2. deploy in IBM Cloud via helm charts
  3. deploy on OpenShift in IBM Cloud
  4. multi-cluster deployment
  5. SPIRE agents on AWS

Tornjak use-cases

These demos showcase various experiments

  1. OIDC Tutorial
  2. OIDC for Vault
  3. AWS S3 storage access via OIDC
  4. Identity Sidecar for Python and MySQL applications