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.
- Merge multiple kubeconfig files into a single config file
- View and edit individual kubeconfig files
- Organize and manage clusters, contexts, and users
- Import and export kubeconfig files
- Intuitive and user-friendly interface
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.