Skip to content

Controller to facilitate network policing on a multi-cluster connected environments (proof-of-concept state)

License

Notifications You must be signed in to change notification settings

dfarrell07/coastguard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coastguard

Controller to facilitate network policing on a multi-cluster connected environments (proof-of-concept state)

setup development environment

You will need docker installed in your system, and at least 8GB of RAM.

This will deploy 3 kind clusters + submariner + coastguard, and run the coastguard e2e tests on top.

   make e2e status=keep

This will update the coastguard images and containers, and can be executed on top of an already existing 3 kind clusters + submariner [+coastguard] deployment:

   make e2e-coastguard status=keep

testing

run e2e testing

   make e2e

run unit testing

   make test

About

Controller to facilitate network policing on a multi-cluster connected environments (proof-of-concept state)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.1%
  • Shell 7.8%
  • Other 1.1%