Skip to content
/ wing Public

Application orchestration backed by Kubernetes. [mirror]

Notifications You must be signed in to change notification settings

Sunmxt/wing

Repository files navigation

Wing

golang

Application orchestration backed by Kubernetes.

Build

make

Build Docker Image

docker build -t wing:latest .

Configuration

Kubernetes

kubernetes: 
  namespace: default    # Kubernetes namespace to deploy application
  kubeConfig: ./config  # kubeconfig to access to kube-apiserver. Let it empty when Wing runs within Kubernetes cluster (Wing will search for in-cluser kubeconfig instead). 

Database

Wing saves application configurations, users, and RBAC roles to database.

database:
  dsn: "root:123456@tcp(127.0.0.1:3306)/wing?charset=utf8&parseTime=true"
  engine: mysql

Development

Run backend

make && bin/wing -config config.yml -debug

Run frontend

cd dashboard
npm run dev

About

Application orchestration backed by Kubernetes. [mirror]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published