A tool for converting Kubernetes YAML manifests to Terraform HCL
tfk8s is a tool that makes it easier to work with the Terraform Kubernetes Provider. If you want to copy examples from the Kubernetes documentation or migrate existing YAML manifests and use them with Terraform without having to convert YAML to HCL by hand, this tool is for you.
tfk8s is a tool that makes it easier to work with the Terraform Kubernetes Provider. If you want to copy examples from the Kubernetes documentation or migrate existing YAML manifests and use them with Terraform without having to convert YAML to HCL by hand, this tool is for you.
To install tfk8s, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tfk8s
To see what files were installed by tfk8s, run:
port contents tfk8s
To later upgrade tfk8s, run:
sudo port selfupdate && sudo port upgrade tfk8s
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.