# kubemanage **Repository Path**: coolops/kubemanage ## Basic Information - **Project Name**: kubemanage - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README English | [简体中文](./README.md) # kubemanage Kubemanage is a simple and easy to use K8S management platform. The front end uses vue3 and the back end uses gin+gorm. It is a very convenient project for beginners of K8S development, and can also be used as a template for enterprise secondary development Front end project address https://github.com/noovertime7/kubemanage-web ## Start Deployment ### Initialize database The database needs to be created manually, and the data table and data will be initialized automatically through the 'DBInitializer' ```sql CREATE DATABASE kubemanage; ``` ### Operation engineering front ```shell git clone https://github.com/noovertime7/kubemanage-web.git cd kubemanage-web npm install npm run serve ``` back-end Note: Please ensure the username// The kubeconfig file of k8s exists in the kube folder. Later, it will be changed to use crd and container deployment Before starting, please set the configuration file environment variable KubeManageConfigFile="configuration file location", configuration file priority: default configuration