TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Kty – The Terminal for Kubernetes

7 pointsby pyronicide8 months ago
kty is an SSH server written in rust that provides a TUI-based dashboard mapping k8s concepts onto SSH. It relies on OpenID providers for identity so that you don&#x27;t need to introduce anything special to your stack. With SSH in place, there are some fun things you can do which are difficult otherwise:<p>- Forward traffic from a service on the cluster to your local laptop using `ssh -R`.<p>- Forward traffic from a local port to the cluster using `ssh -L`.<p>- Use `scp` or any sftp client natively to copy files in and out of containers.<p>- Shell into a container from anywhere that SSH is supported.

no comments

no comments