Skip to content

Commit b7af5be

Browse files
author
Yoichi Kawasaki
committed
Added description
1 parent fce53b0 commit b7af5be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host Pod
44

55
A `jump host` Pod is an intermediary Pod or an SSH gateway to Kubernetes node machines, through which a connection can be made to the node machines.
66

7-
Here is an scenario that you can achive with this plugin where you want to connect to Kubernetes node, but you have to go through a jump host Pod, because of firewalling, routing and access privileges. There is a number of valid reasons why the jump hosts are needed..
7+
Here is an scenario where you want to connect to Kubernetes node, but you have to go through a jump host Pod, because of firewalling, access privileges. etc. There is a number of valid reasons why the jump hosts are needed...
88

99
![](assets/arch-ssh-jumphost.png)
1010

@@ -24,8 +24,9 @@ Install the plugin by copying the script in the $PATH of your shell.
2424
# Get source
2525
$ git clone https://github.com/yokawasa/kubectl-plugin-ssh-jumphost.git
2626
$ cd kubectl-plugin-ssh-jumphost
27+
$ chmod +x kubectl-ssh
2728
# Add kubeclt-ssh to the install path.
28-
$ sudo cp kubectl-ssh /usr/local/bin
29+
$ sudo cp -p kubectl-ssh /usr/local/bin
2930
```
3031

3132
Once in the $PATH, run:

0 commit comments

Comments
 (0)