Skip to content

Commit a3b401e

Browse files
committed
docs: adding a quick project description
1 parent fba85ea commit a3b401e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kuberift
22

3+
SSH into your Kubernetes cluster! kuberift is an SSH server that provides a
4+
TUI-based dashboard in your cluster. There's no need to manage SSH keys however.
5+
It works with OpenID providers, such as Github or Google and impersonates users
6+
to provide them with the same permissions they normally would have - all based
7+
on the standard RBAC mechanisms.
8+
9+
You can:
10+
11+
- Get a shell in running pods - just like you would with SSH normally.
12+
- Access the logs for running and exited containers in a pod.
13+
314
![demo](./assets/demo.gif)
415

516
## Getting Started

0 commit comments

Comments
 (0)