kompose is a tool to help users who are familiar with docker-compose move to Kubernetes kompose takes a Docker Compose file and translates it into Kubernetes resources.
kompose is a tool to help users who are familiar with docker-compose move to Kubernetes kompose takes a Docker Compose file and translates it into Kubernetes resources.
To install kompose, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kompose
To see what files were installed by kompose, run:
port contents kompose
To later upgrade kompose, run:
sudo port selfupdate && sudo port upgrade kompose
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.