kty is the easiest way to access resources such as pods on your cluster - all without kubectl. Once kty is installed on your cluster, ssh gives you a dashboard to interact with the cluster. kty is an SSH server written in rust which provides a TUI-based dashboard that maps Kubernetes concepts to SSH. It relies on OpenID providers such as Github or Google to verify your identity. Kubernetes RBAC validates access, just like kubectl does, respecting your organizational policies.
kty is the easiest way to access resources such as pods on your cluster - all without kubectl. Once kty is installed on your cluster, ssh gives you a dashboard to interact with the cluster. kty is an SSH server written in rust which provides a TUI-based dashboard that maps Kubernetes concepts to SSH. It relies on OpenID providers such as Github or Google to verify your identity. Kubernetes RBAC validates access, just like kubectl does, respecting your organizational policies.
To install kty, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kty
To see what files were installed by kty, run:
port contents kty
To later upgrade kty, run:
sudo port selfupdate && sudo port upgrade kty
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.