Files
K8sFileBrowser/README.md

16 lines
600 B
Markdown
Raw Normal View History

2023-07-31 22:11:01 +02:00
# K8sFileBrowser
A UI tool for downloading files from a Pod.
The application is also the first Avalonia UI and C# UI app I have written.
2023-08-08 05:12:11 +02:00
2023-08-10 22:26:18 +02:00
## Usage
Just start the executable and select the cluster, namespace and pod you want to download files from.
Then select the files you want to download and click the download button.
The available clusters are read from the `~/.kube/config` file.
## Limitations
It only works on linux containers and the container must support `find` and `tar`.
2023-08-08 05:14:36 +02:00
![screenshot of K8sFileBrowser](https://github.com/frosch95/K8sFileBrowser/blob/master/screenshot.png?raw=true)