Hacker News new | ask | show | jobs
by dmitryminkovsky 1808 days ago
Nice list. Learned a couple neat things. Thank you!

Would like to add that my favorite under-appreciated can't-live-without kubectl tool is `kubectl port-forward`. So nice being able to easily open a port on localhost to any port in any container without manipulating ingress and potentially compromising security.

1 comments

Not only containers, it can also forward services!