You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# coco-pattern
2
+
2
3
This is a validated pattern for deploying confidential containers on OpenShift.
3
4
4
-
The target operating model has two clusters:
5
+
The target operating model has two clusters:
5
6
6
7
- One in a "trusted" zone where the remote attestation, KMS and Key Broker infrastructure are deployed.
7
-
- A second where a subset of workloads are deployed in confidential containers
8
+
- A second where a subset of workloads are deployed in confidential containers.
8
9
9
10
**For the current version of this application the confidential containers assumes deployment to Azure**
10
11
11
-
On the platform a a sample workload is deployed
12
+
On the platform a a sample workload is deployed:
12
13
13
14
1. Sample hello world applications to allow users to experiment with the policies for CoCo and the KBS (trustee).
14
15
2. A sample application `kbs-access` which presents secrets obtained from trustee to a web service. This is designed to allow users to test locked down environments.
0 commit comments