deployment - Google Kubernetes storage in EC2 -
i started use docker , i'm trying out google's kubernetes project container orchestration. looks good!
the thing i'm curious of how handle volume storage.
i'm using ec2 instances , containers volume ec2 filesystem.
the thing left way have deploy application code ec2 instances, right? how can handle this?
it's unclear you're asking, place start reading options volumes
in kubernetes.
the options include using local ec2 disk lifetime tied lifetime of pod (emptydir
), local ec2 disk lifetime tied lifetime of node vm (hostdir
), , elastic block store volume (awselasticblockstore
).
Comments
Post a Comment