Skip to content
/ lg Public
forked from nickpegg/lg

A simple looking glass tool (for ping and MTR)

Notifications You must be signed in to change notification settings

malaiwah/lg

 
 

Repository files navigation

Docker Stars Docker Pulls

Looking Glass

This is a simple, not-very-cleverly-named looking glass tool. Supports pinging and MTRing arbitrary addresses. Also supports dns lookup, nping (tcp-ping on port 80) and iperf3 client.

Docker Image

Simply running sudo docker run -d -p 8080:8080 malaiwah/lg will get you a container running this app under http on port 8080, in an rbash environment restricted to only running ping and mtr. You can also expose port 5201 (-p 5201:5201) to allow connections to the iPerf3 daemon.

Kubernetes Deployment

You can use the "deployment.yaml" file as an example on how to deploy the looking glass as a sample k8s application

About

A simple looking glass tool (for ping and MTR)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.0%
  • Python 24.0%
  • Dockerfile 4.1%
  • Shell 2.1%
  • Makefile 1.8%