Skip to content

keemano/ocp-network-split

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCP Network Split

Project ocp-network-split provides functionality to block (and unblock) network traffic between k8s zones, implemented by updating firewall rules on all nodes of OpenShift 4 cluster. The feature can be used either via command line tools or a python module.

This is useful when you need to separate network between given zones for testing purposes, without affecting other traffic and with no assumptions about networking configuration of the platform the cluster is deployed on (under normal conditions, network separation like this could be done by tweaking network components between zones).

Documentation

The primary documentation is available at https://mbukatov.gitlab.io/ocp-network-split

Source files of the documentation are maintained as a Sphinx project in docs directory.

Source code

Upstream: https://gitlab.com/mbukatov/ocp-network-split

Mirrors:

License

Copyright 2021 Martin Bukatovič

Distributed under the terms of the Apache License 2.0 license; you may not use this project except in compliance with the License.

Packages

No packages published

Languages

  • Python 85.1%
  • Shell 14.9%