Skip to content

Commit

Permalink
show pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
fenio committed Oct 24, 2024
1 parent 6efa4c4 commit bfdd870
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ It performs a few tasks. In the case of volumes with RWX (ReadWriteMany) access
* Creates a port-forward to make it locally accessible.
* Mounts the volume locally using SSHFS.

![RWX](rwx.png)

For already mounted RWO volumes, it's a bit more complex:

* Spawns a POD with a minimalistic image that contains an SSH daemon and acts as a proxy to an ephemeral container.
Expand All @@ -51,6 +53,10 @@ For already mounted RWO volumes, it's a bit more complex:
* Creates a port-forward to the proxy POD onto the port exposed by the tunnel to make it locally accessible.
* Mounts the volume locally using SSHFS.


![RWO](rwo.png)


See the demo below for more details.

## Prerequisities
Expand Down

0 comments on commit bfdd870

Please sign in to comment.