Skip to content

This is a ZJU PaaS homework project. It is aimmed to help users to operate K8S and docker more easily. On another way, it is just a visualization managing web tool for K8S and docker. Although it is fiinshed on a very low level.

License

Notifications You must be signed in to change notification settings

GavinHarbus/KubeManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeManager


About

This is a ZJU PaaS homework project. It is aimmed to help users to operate K8S and docker more easily. On another way, it is just a visualization managing web tool for K8S and docker. Although it is fiinshed on a very low level.

Requirements

  1. Go v1.12.5
  2. Go Iris v1.11.1

Installation

git clone https://github.com/GavinHarbus/KubeManager.git

Usage

  1. set the path

    cd ~/KubeManager
    vim conf/pathconf.json

    please replace the rawpath with your own path

    {
    	"systemPath": "/bin/",
    	"kubePath": "/usr/local/bin/",
    	"dockerPath": "/usr/local/bin/"
    }
    
  2. start the service

    cd ~/KubeManager
    go build KubeController.go Kube.go util.go
    chmod +x Kube
    ./Kube

Preview

  1. Index

  2. Kube Status

  3. Docker Status

  4. Pods Operation

  5. Docker Operation

License

Copywrite 2019 KubeManager
MIT

About

This is a ZJU PaaS homework project. It is aimmed to help users to operate K8S and docker more easily. On another way, it is just a visualization managing web tool for K8S and docker. Although it is fiinshed on a very low level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published