Conffusion (Kubeconfig fusion) is a graphical user interface (GUI) tool designed to simplify the process of merging kubeconfig files. It provides an intuitive and user-friendly interface for managing and merging multiple kubeconfig files into a single config file.
Heads up to https://azlkiniue.github.io/conffusion or install it by yourself if you want.
To start Conffusion in your local machine, follow these steps:
Clone the repository:
git clone https://github.com/azlkiniue/conffusion.git
Install the required dependencies using pnpm:
pnpm i
Start the application:
pnpm dev
Contributions are welcome! If you would like to contribute to Conffusion, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them.
Push your changes to your forked repository.
Submit a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more details.