# Bare Metal and Cloud Volumes

**URL:** https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740
**Category:** General Discussions
**Created:** [September 3, 2019, 10:51am UTC](https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740 "2019-09-03T10:51:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![baz](https://avatars.discourse-cdn.com/v4/letter/b/c4cdca/32.png) [@baz](https://discuss.kubernetes.io/u/baz)
#### Post date: [September 3, 2019, 10:51am UTC](https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740/1 "2019-09-03T10:51:43Z")

</div>

Our team is looking deploy our platform locally and remotely. Locally we would like to use the filesystem as a volume and remotely on AWS, Elastic Storage. Is this possible?

---

<div class="post-metadata">

### Author: ![rata](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/rata/32/18244_2.png) [@rata](https://discuss.kubernetes.io/u/rata)
#### Post date: [September 3, 2019, 10:09pm UTC](https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740/2 "2019-09-03T22:09:53Z")

</div>

I don’t know enough about your planned setup, but with the information you shared I’d say yes.

You can use Persistent Volume Claims in your application, those can translate to a local Persistent Volume in one cluster and to an EBS volumes in the other. Probably, just creating a storage class with the same name, in one cluster to use local volumes and in the other to use EBS should do the trick?

---

<div class="post-metadata">

### Author: ![baz](https://avatars.discourse-cdn.com/v4/letter/b/c4cdca/32.png) [@baz](https://discuss.kubernetes.io/u/baz)
#### Post date: [September 4, 2019, 8:58am UTC](https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740/3 "2019-09-04T08:58:21Z")

</div>

Amazing this is what I thought. Could you show a simple example?

---

<div class="post-metadata">

### Author: ![rata](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/rata/32/18244_2.png) [@rata](https://discuss.kubernetes.io/u/rata)
#### Post date: [September 5, 2019, 9:16pm UTC](https://discuss.kubernetes.io/t/bare-metal-and-cloud-volumes/7740/4 "2019-09-05T21:16:11Z")

</div>

I don’t have any handy, but I’m sure you can find one or read a little about it and try it yourself.

But don’t hesitate to ask if something doesn’t work out. And, even better, please share your examples 🙂
