Skip to content

Commit

Permalink
Merge pull request #9 from OT-CONTAINER-KIT/badge-info
Browse files Browse the repository at this point in the history
[Development][Add] Added Github Badge info
  • Loading branch information
iamabhishek-dubey authored Aug 31, 2020
2 parents b2c6ce5 + 4c65cab commit d584c12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<img src="./static/logging-operator-logo.svg" height="180" width="180">
</p>

[![CircleCI](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master.svg?style=shield)](https://circleci.com/gh/OT-CONTAINER-KIT/logging-operator/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/OT-CONTAINER-KIT/logging-operator)](https://goreportcard.com/report/github.com/OT-CONTAINER-KIT/logging-operator)
[![Docker Repository on Quay](https://img.shields.io/badge/container-ready-green "Docker Repository on Quay")](https://quay.io/repository/opstree/logging-operator)
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Maintainability](https://api.codeclimate.com/v1/badges/f9e99ffcba997de51eaa/maintainability)](https://codeclimate.com/github/OT-CONTAINER-KIT/logging-operator/maintainability)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/OT-CONTAINER-KIT/logging-operator)

## Logging Operator

A golang based CRD operator to setup and manage logging stack (Elasticsearch, Fluentd, and Kibana) in the Kubernetes cluster. It helps to setup each component of the EFK stack separately.
Expand Down

0 comments on commit d584c12

Please sign in to comment.