/captain

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

Primary LanguageGo

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