tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

Create a staging cluster and let github workflow to deploy nightly image onto this cluster #128

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Context This for now ensures the compatibility between CLI and API Server.

Objective For each change merged into main branch, we can test everything with CLI.

Proposed solution Add Kind cluster in github action, deploy, and run CLI against the minikube's API Server

nascentcore-eng commented 1 year ago

Also