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.
This commit is contained in:
toby cabot 2020-12-25 04:57:23 -05:00 committed by GitHub
parent 3d0ca1aa46
commit 399c0cec99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)_ <br> End-to-end HTTP and REST API testing for Go.
- [Killgrave](https://github.com/friendsofgo/killgrave/labels/good%20first%20issue) _(label: good first issue)_ <br> Simple way to generate mock servers in Go.
- [lxd](https://github.com/lxc/lxd/labels/easy) _(label: easy)_ <br> System container and virtual machine manager.
- [PureLB](https://gitlab.com/purelb/purelb/-/issues?label_name%5B%5D=GoodFirstIssue) _(label: GoodFirstIssue)_ <br> Load-balancer orchestrator for Kubernetes that uses standard Linux networking and routing protocols.
## Java