Tools for observing Kubernetes resources in real time
What happens when you boot up a Pod? What happens to a Service before it is allocated a public IP address? How often is a Deployment's status changing? kubespy is a small tool that makes it easy to observe how Kubernetes resources change in real time.
What happens when you boot up a Pod? What happens to a Service before it is allocated a public IP address? How often is a Deployment's status changing? kubespy is a small tool that makes it easy to observe how Kubernetes resources change in real time.
To install kubespy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kubespy
To see what files were installed by kubespy, run:
port contents kubespy
To later upgrade kubespy, run:
sudo port selfupdate && sudo port upgrade kubespy
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.