Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to mount the pod's data into AWS s3 bucket? #18

Closed
click2cloud-jyoti opened this issue Aug 3, 2018 · 2 comments
Closed

How to mount the pod's data into AWS s3 bucket? #18

click2cloud-jyoti opened this issue Aug 3, 2018 · 2 comments

Comments

@click2cloud-jyoti
Copy link

No description provided.

@nrdlngr
Copy link
Contributor

nrdlngr commented Aug 14, 2018

It sounds like you are trying to push objects from your container to an S3 bucket. Do I have that correct? If so, you can use one of the AWS SDKs (or the AWS CLI) in your containerized application to push the objects to your S3 bucket.

@nrdlngr
Copy link
Contributor

nrdlngr commented Aug 14, 2018

You can create an IAM policy that allows write permissions to your S3 bucket and apply it to your worker node instance role. However, this allows any pod or process that is running on your worker nodes to write to the bucket.

There isn't currently a more granular pod identity solution that is recommended by AWS. There are community options like KIAM and Kube2IAM that are commonly used, but it is up to you to research the security profile and decide if they are suitable solutions. AWS is currently working on a recommended solution to this problem with SIG AWS.

@nrdlngr nrdlngr closed this as completed Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants