This extension provides a seamless experience for transforming Docker Compose files into Kubernetes manifests directly within VSCode. With just a click, you can generate Kubernetes configurations without leaving your editor.
- Transform Docker Compose to Kubernetes: : Quickly and easily transform your Docker Compose files to Kubernetes manifests using the icon in a docker-compose file following the steps to generate them.
- Open a Docker Compose file (named
docker-compose.yml
or any variant). - Click on the icon in the editor title bar to trigger the
kompose.generate
command.
This extension leverages the power of the Kompose transformation tool to convert Docker Compose files to Kubernetes manifests. Kompose is a widely recognized tool for this purpose, ensuring the output is accurate and optimal for Kubernetes deployments. Check it out for more insight about the transformation process.
kompose.generate
: Trigger a multi-step quick pick action to transform a file.
- Open VSCode.
- Navigate to Extensions.
- Search for "Kompose Extension".
- Install and reload VSCode.
If you have feedback or would like to contribute, please open an issue on GitHub.