This project is under active development and not usable yet
A cloud native global server load balancer for providing multi-datacenter highly available ingress for k8s.
make generate
update the generated code for that resource type.make manifests
Generating CRD manifests.make test
Run tests.
make build
builds golang app locally.make docker-build
build docker image locally.make docker-push
push container image to registry.
make run
run app locallymake deploy
deploy to k8s.
make undeploy
delete resouces in k8s.
If you find a security vulnerability or any security related issues, please DO NOT file a public issue, instead send your report privately to [email protected]. Security reports are greatly appreciated and we will publicly thank you for it.
Apache-2.0 License, see LICENSE.