Skip to content

azlkiniue/conffusion

Repository files navigation

Conffusion

Description

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.

Features

  • 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

How to use

Heads up to https://azlkiniue.github.io/conffusion or install it by yourself if you want.

Local Installation

To start Conffusion in your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/azlkiniue/conffusion.git
  1. Install the required dependencies using pnpm:
pnpm i
  1. Start the application:
pnpm dev

Contributing

Contributions are welcome! If you would like to contribute to Conffusion, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and commit them.

  4. Push your changes to your forked repository.

  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.