Skip to content
forked from cuboss/captain

This project aims to buillding a platform which has rich function of managing k8s clusters in everywhere network would be reach.

Notifications You must be signed in to change notification settings

zhuqw12/captain

 
 

Repository files navigation

captain

This project aims to building a platform which has rich function of managing k8s clusters in everywhere network would be reach.

Overview

codecov Release

Stargazers Over Time Contributors Over Time
Stargazers over time Contributor over time

quick-start

see more about quick-start

编译

进入主目录

make captain-server

运行captain-server

./bin/captain-server

会连接本地集群 或者指定kubeconfig

编译镜像

make image

请求

# 请求namespace 等api/v1的资源
curl http://127.0.0.1:9090/api/v1/namespaces 
# 请求deployment 等apis/apps/v1的资源
curl http://127.0.0.1:9090/apis/apps/v1/deployments

development

see more about development

About

This project aims to buillding a platform which has rich function of managing k8s clusters in everywhere network would be reach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%