From 65ee085924f84421d2cc6dbd7d84e5c6460affc3 Mon Sep 17 00:00:00 2001 From: Ilya Andreev <18560147+andreev-io@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:05:12 +0000 Subject: [PATCH] Add badges and blog --- .github/workflows/kubenetmon.yaml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kubenetmon.yaml b/.github/workflows/kubenetmon.yaml index ae67f4e..477bb42 100644 --- a/.github/workflows/kubenetmon.yaml +++ b/.github/workflows/kubenetmon.yaml @@ -1,4 +1,4 @@ -name: Main workflow +name: Lint and test charts and code on: pull_request: diff --git a/README.md b/README.md index f99d868..bb5014d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # kubenetmon +[![Go Report Card](https://goreportcard.com/badge/github.com/ClickHouse/kubenetmon)](https://goreportcard.com/report/github.com/ClickHouse/kubenetmon) +![Lint and test charts and code](https://github.com/ClickHouse/kubenetmon/actions/workflows/kubenetmon.yaml/badge.svg) +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +![GitHub Release](https://img.shields.io/github/v/release/ClickHouse/kubenetmon?display_name=release) + +### 📢 💛 News +> **Blog:** Read kubenetmon announcement blogpost and learn how it was built: [https://clickhouse.com/blog/kubenetmon-open-sourced](https://clickhouse.com/blog/kubenetmon-open-sourced)! ## What is kubenetmon? `kubenetmon` is a service built and used at [ClickHouse](https://clickhouse.com) for Kubernetes data transfer metering in all 3 major cloud providers: AWS, GCP, and Azure.