Skip to content

xphyr/portunus

Repository files navigation

portunus

Build Status Go Reportcard Quay.io Status

Portunus was the ancient Roman god of keys, doors, livestock and ports. It is also a small web application that will test for connectivity to host/port combinations.

Building

Portunus can be built locally, or be built inside a container image.

Using in openshift/k8s as a testing tool

Deploy using the provided deploymentConfig.yaml in the k8s library. To move it to a different node use

NODE=<node name> && \
oc rollout pause dc/portunus && \
oc patch dc portunus -p '{"spec":{"template":{"spec":{"nodeSelector":{"kubernetes.io/hostname": "'$NODE'"}}}}}' && \
oc set env dc/portunus MY_K8_NODE=$NODE  && \
oc rollout resume dc/portunus

About

Portunus is the ancient Roman god of keys, doors, livestock and ports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •