Skip to content

Commit

Permalink
Merge pull request typelevel#781 from spiffe/update-examples
Browse files Browse the repository at this point in the history
Update k8s examples README to include PSAT attestor
  • Loading branch information
azdagron authored Mar 5, 2019
2 parents 3591e8d + 59136f8 commit 7933f8d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions examples/k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
This directory contains some example Kubernetes configurations which are also
used in automated SPIRE systems tests.

+ [simple sat](simple_sat) - This is a simple configuration that deploys SPIRE server
as a StatefulSet and SPIRE agent as a DaemonSet.
+ [postgres](postgres) - This expands on the **simple** configuration by moving
the SPIRE datastore into a Postgres StatefulSet. The SPIRE server is now a
stateless Deployment that can be scaled.
+ [simple sat](simple_sat) - This is a simple configuration using the Kubernetes
[service account token (SAT) attestor](../../doc/plugin_server_nodeattestor_k8s_sat.md)
that deploys SPIRE server as a StatefulSet and SPIRE agent as a DaemonSet.
+ [simple psat](simple_psat) - This is a simple configuration using the
Kubernetes
[projected service account token (PSAT) attestor](../../doc/plugin_server_nodeattestor_k8s_psat.md)
that otherwise deploys SPIRE as in the **simple sat** example.
+ [postgres](postgres) - This expands on the **simple sat** configuration by
moving the SPIRE datastore into a Postgres StatefulSet. The SPIRE server is
now a stateless Deployment that can be scaled.

0 comments on commit 7933f8d

Please sign in to comment.