kind is a tool for running local Kubernetes clusters using Docker container “nodes”.
kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
To install kind, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kind
To see what files were installed by kind, run:
port contents kind
To later upgrade kind, run:
sudo port selfupdate && sudo port upgrade kind
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.