You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,15 +123,20 @@ List of Kubernetes nodes:
123
123
`kurun` is capable of port forwarding your local application into a Kubernetes cluster with the help of a few tricks, it uses [inlets](https://github.com/alexellis/inlets) and `kubectl port-forward` to achieve this. This is extremely useful for rapid development of Kubernetes admission webhooks for example.
124
124
125
125
Start a Python SimpleHTTPServer on port 4443 on your machine:
126
+
126
127
```bash
127
128
$ python -m SimpleHTTPServer 4443
128
129
```
129
130
130
131
In another terminal session proxy this application into Kubernetes under the Service name `python-server`:
0 commit comments