From 399c0cec99db0a11ec23e46bc85b0726462d8284 Mon Sep 17 00:00:00 2001 From: toby cabot Date: Fri, 25 Dec 2020 04:57:23 -0500 Subject: [PATCH] Add PureLB to the Go section (#849) PureLB is a load-balancer orchestrator for Kubernetes. It uses standard Linux networking and routing protocols, and works with the operating system to announce service addresses. It's written in Go. We welcome contributions and use the "GoodFirstIssue" label. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 363cf02..87ae570 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ If you are not a programmer, but would like to contribute, check out the [Awesom - [httpexpect](https://github.com/gavv/httpexpect/labels/help%20wanted) _(label: help wanted)_
End-to-end HTTP and REST API testing for Go. - [Killgrave](https://github.com/friendsofgo/killgrave/labels/good%20first%20issue) _(label: good first issue)_
Simple way to generate mock servers in Go. - [lxd](https://github.com/lxc/lxd/labels/easy) _(label: easy)_
System container and virtual machine manager. +- [PureLB](https://gitlab.com/purelb/purelb/-/issues?label_name%5B%5D=GoodFirstIssue) _(label: GoodFirstIssue)_
Load-balancer orchestrator for Kubernetes that uses standard Linux networking and routing protocols. ## Java