Giter Club home page Giter Club logo

egress-ip-validator's Introduction

Egress IP validator

  1. Deploy k8s.yaml to create a namespace, service, RBAC and a ServiceMonitor. This is required to consume the metrics generated by the following workload.
  2. Deploy pod.yaml which will create a work load which connects to a target that reports the source IP seen. The pod will poll the target contineously until an EgressIP is seen. It also records the number of times a non-Egress IP is seen. See pod.yaml for customizations via env vars. You must define the target IP and port. You must also define the expected Egress IPs.
  3. Within OCP console metrics, you may find the following metrics:
  • "scale_eip_startup_latency_total" Time it takes in seconds for a connection to have a source IP of EgressIP at startup with polling interval of X seconds, where X is defined as an env var in pod.yaml
  • "scale_eip_total" Increments every time EgressIP seen as source IP - increments every X seconds if seen, where X is defined as an env var in pod.yaml
  • "scale_non_eip_total" Increments every time EgressIP not seen as source IP - increments every X seconds if seen, where X is defined as an env var in pod.yaml
  • "scale_failure_total" Increments every time there a connection failure (not status 200) - increments every X seconds if seen, where X is defined as an env var in pod.yaml

egress-ip-validator's People

Contributors

martinkennelly avatar venkataanil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.