Skip to content

Khighness/highness-network-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highness-network-controller

A custom Kubernetes controller for Network

Running

$ go mod tidy
$ go build -o highness-network-controller .
$ ./highness-network-controller -kubeconfig=$HOME/.kube/config -alsologtostderr=true

Usage

You should create the CRD of Network first:

$ kubectl apply -f crd/network.yaml

You can then trigger an event by creating a Network API instance:

$ kubectl apply -f example/example-network.yaml

CURD the Network API instance, and check the logs of controller.

About

A custom Kubernetes controller for Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages