Download links:
SSH clone URL: git@github.com:Jason-GG/k8s-cluster-backend.git
HTTPS clone URL: https://github.com/Jason-GG/k8s-cluster-backend.git
The project is built on top of client-go, Fiber, and Gorm to create a robust backend platform for Kubernetes cluster management. You can explore and utilize the project vue3-k8s-dashboard-webssh by visiting resources
initialization the project with the command:
go get
make build
make build-linux
make clean
Before launching this project, ensure you've completed the following configurations:
1, "config/prod" File: This file should represent your cluster's .kube/config file.
2, "gaget/sql_info.json" File: Fill this file with the required database details. For the user table, manually add an account to enable the API to proceed with the authentication process.