Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eumel8/overlaytest
Test Overlay Network of your Kubernetes Cluster
https://github.com/eumel8/overlaytest
go go-client golang kubernetes
Last synced: 21 days ago
JSON representation
Test Overlay Network of your Kubernetes Cluster
- Host: GitHub
- URL: https://github.com/eumel8/overlaytest
- Owner: eumel8
- Created: 2021-12-30T23:31:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:15:25.000Z (3 months ago)
- Last Synced: 2024-10-16T08:48:04.092Z (2 months ago)
- Topics: go, go-client, golang, kubernetes
- Language: Go
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overlay Network Test
Test Overlay Network of your Kubernetes Cluster
This is a [Go client](https://github.com/kubernetes/client-go) of the [Overlay Network Test](https://github.com/mcsps/use-cases/blob/master/README.md#k8s-overlay-network-test), a shell script paired with a DaemonSet to check connectivity in Overlay Network in Kubernetes Cluster.
## Requirements
* kube-config with connection to a working Kubernetes Cluster
* access `kube-system` namespace where the application will deploy (needs priviledged mode for network ping command)## Usage
Download artifact from [Release Page](https://github.com/eumel8/overlaytest/releases) and execute.
## Docker Image
* [source](https://github.com/mcsps/swiss-army-knife/tree/mcsps)
* [repo](https://mtr.devops.telekom.de/repository/mcsps/swiss-army-knife?tab=tags)
## Credits
Frank Kloeker [email protected]
Life is for sharing. If you have an issue with the code or want to improve it, feel free to open an issue or an pull request.