Skip to content

Commit f01ca9b

Browse files
committed
Update Blog “integrating-istio-and-spire”
1 parent ce3241a commit f01ca9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/integrating-istio-and-spire.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Istio is an **open-source service mesh** that provides a uniform and efficient w
2121

2222
## SPIRE
2323

24-
SPIRE (SPIFFE Runtime Environment) is a production-ready implementation of the SPIFFE(Secure Production Identity Framework for Everyone) specification that performs node and workload attestation to securely issue cryptographic identities to workloads running in heterogeneous environments.
24+
SPIRE (SPIFFE Runtime Environment) is a production-ready implementation of the SPIFFE (Secure Production Identity Framework for Everyone) specification that performs node and workload attestation to securely issue cryptographic identities to workloads running in heterogeneous environments.
2525

2626
![](/img/spire.png)
2727

@@ -30,9 +30,9 @@ This integration with SPIRE provides flexible attestation options not available
3030

3131
![](/img/picture1.jpg)
3232

33-
Later this SPIRE issued certificates or identities to workloads or services can be used for communication between different trust domains or between two different clusters also.
33+
Once integrated, SPIRE issued certificates to workloads can be used for communication between different trust domains or between two different clusters also.
3434

35-
Use the steps in this blog to install Istio and SPIRE on the same cluster, then deploy a sample application using SPIRE-issued identities.
35+
In this blog post, we will show you the steps you can use to install Istio and SPIRE on the same cluster and how to deploy a sample application using SPIRE-issued identities.
3636

3737
### Step 1: Creating your own cluster
3838

0 commit comments

Comments
 (0)