Skip to content

Commit 44154f1

Browse files
author
Ben Du
authored
Update README with badges and description (#7)
1 parent b152863 commit 44154f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# AWS Cloud Map MCS Controller for K8s
2+
3+
AWS Cloud Map MCS Controller for K8s is a controller that implements existing multi-cluster services API that allows services to communicate across multiple clusters. The implementation relies on [AWS Cloud Map](https://aws.amazon.com/cloud-map/) for enabling cross-cluster service discovery.
4+
5+
[![Deploy status](https://github.com/aws/aws-cloud-map-mcs-controller-for-k8s/actions/workflows/deploy.yml/badge.svg)](https://github.com/aws/aws-cloud-map-mcs-controller-for-k8s/actions/workflows/deploy.yml)
6+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/aws/aws-cloud-map-mcs-controller-for-k8s/issues)
7+
18
# How to build and run
29

310
Pre-requisite: Create Private DNS Namespace in Cloud Map `demo`
@@ -103,4 +110,4 @@ Check running controller if it correctly detects newly created resource
103110
# How to generate mocks and run unit tests
104111
```
105112
make test
106-
```
113+
```

0 commit comments

Comments
 (0)