Skip to content

Some diagrams of SPIRE deployment architectures (UNOFFICIAL)

Notifications You must be signed in to change notification settings

dfeldman/spire-diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

spire-diagrams

Some diagrams of SPIRE deployment architectures (UNOFFICIAL)

These may be useful for documentation or presentations, but they haven't been reviewed and aren't an official part of SPIRE documentation.

Sequence diagram

Sequence diagram

Nested SPIRE

flowchart TD
    subgraph Parent Cluster
    A(Parent SPIRE Server) --> B(SPIRE Agent) --> I(Workload 1)
    A --> D(Kubernetes LoadBalancer)
    end
    subgraph Nested Cluster
    D --> E(SPIRE Agent)
    E --> F(Nested SPIRE Server)
    F --> G(Nested Agent 1)
    F --> H(Nested Agent 2)
    G --> K(Nested Workload 1)
    H --> M(Nested Workload 2)
    end
Loading

About

Some diagrams of SPIRE deployment architectures (UNOFFICIAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published