We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba85ea commit a3b401eCopy full SHA for a3b401e
README.md
@@ -1,5 +1,16 @@
1
# kuberift
2
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
14

15
16
## Getting Started
0 commit comments