mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 08:13:40 +00:00
Add note about the aws-efs-csi-driver
This commit is contained in:
@@ -5,14 +5,17 @@ draft: false
|
|||||||
comments: true
|
comments: true
|
||||||
toc: false
|
toc: false
|
||||||
author: "Dave Gallant"
|
author: "Dave Gallant"
|
||||||
tags: ['aws', 'eks', 'ebs', 'aws-ebs-csi-driver', 'oidc']
|
tags: ['aws', 'eks', 'ebs', 'aws-ebs-csi-driver', 'oidc', 'efs', 'aws-efs-csi-driver']
|
||||||
---
|
---
|
||||||
|
|
||||||
I recently configured the Amazon EBS CSI driver and found the setup with terraform to be more effort than expected. I wanted to avoid third-party modules and keep it as simple as possible, while remaining least privilege.
|
I recently configured the Amazon EBS CSI driver and found the setup with terraform to be more effort than expected. I wanted to avoid third-party modules and keep it as simple as possible, while remaining least privilege.
|
||||||
|
|
||||||
|
> UPDATE: This approach can also be used for the aws-efs-csi-driver
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
The [Amazon EBS CSI driver docs](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html) mention that the following are needed:
|
The [Amazon EBS CSI driver docs](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html) mention that the following are needed:
|
||||||
|
|
||||||
- an existing EKS cluster
|
- an existing EKS cluster
|
||||||
- IAM role (that allows communication to the EC2 API)
|
- IAM role (that allows communication to the EC2 API)
|
||||||
- EKS add-on (aws-ebs-csi-driver)
|
- EKS add-on (aws-ebs-csi-driver)
|
||||||
|
Reference in New Issue
Block a user