Skip to content

Commit

Permalink
Merge branch 'master' of github.com:silvermullet/dinghy-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Mar 31, 2022
2 parents cc3ec04 + 63c3199 commit 3bacdc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

Dinghy Ping is a simple network debugging interface meant to be deployed into your compute infrastructure (ie, Kubernetes). Used for debugging network connectivity to other services local to Dinghy Ping or external to the compute infrastructure (egress). Meant to answer simple connectivity questions developers might have when deploying their applications to a container orchestration setup where routing and accessibility may be different from their local development environments.


<img width="906" alt="dinghy ping input" src="https://user-images.githubusercontent.com/538171/51016402-1c0b8100-1525-11e9-81f4-23bb3ef1f687.png">

##### Helm Install
Expand All @@ -15,7 +16,8 @@ Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add dinghy-ping https://silvermullet.github.io/dinghy-ping
helm repo add dinghy-ping https://silvermullet.github.io/dinghy-ping


If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
Expand Down

0 comments on commit 3bacdc1

Please sign in to comment.