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
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
# Introduction
2
2
3
-
This device plugin enables the use of [Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/)
4
-
in your [EKS](https://aws.amazon.com/eks/) cluster.
3
+
This [Kubernetes](https://kubernetes.io/)[device plugin](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) gives your pods and containers ability to access [Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/)[device driver](https://docs.kernel.org/virt/ne_overview.html). The device plugin works with both [Amazon EKS](https://aws.amazon.com/eks/) and self-managed Kubernetes nodes.
5
4
6
5
# Prerequisites
7
6
To utilize this device plugin, you will need:
8
7
9
-
- A configured [Kubernetes](https://kubernetes.io/) cluster on [EKS](https://aws.amazon.com/eks/)
10
-
- An Enclave enabled [EC2](https://aws.amazon.com/ec2/features/) worker node
8
+
- A configured [Kubernetes](https://kubernetes.io/) cluster.
9
+
- An Enclave enabled [EC2](https://aws.amazon.com/ec2/features/) node.
10
+
11
+
To build the plugin, you will need:
11
12
- Docker
12
13
13
14
# Usage
@@ -31,10 +32,18 @@ Disabling the plugin on a particular node is possible with the command-line belo
After successful execution of the script, the device plugin will be built as a docker image with the name `aws-nitro-enclaves-k8s-device-plugin`.
43
+
44
+
# Running Nitro Enclaves in a Kubernetes Cluster
35
45
36
-
There is a hands-on guide available on how to run Nitro Enclaves in EKS clusters. Please check this [link](https://github.com/aws/aws-nitro-enclaves-with-k8s) to
37
-
learn more.
46
+
There is a hands-on guide available on how to run Nitro Enclaves in EKS clusters. Please check this [link](https://github.com/aws/aws-nitro-enclaves-with-k8s) to learn more.
38
47
39
48
# License
40
49
This project is licensed under the Apache-2.0 License.
0 commit comments