Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alantang888/check_api_server_connection
https://github.com/alantang888/check_api_server_connection
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alantang888/check_api_server_connection
- Owner: alantang888
- Created: 2019-07-09T07:28:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T12:22:45.000Z (about 5 years ago)
- Last Synced: 2024-01-06T06:00:15.127Z (12 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
This simple application is use for check pod network connectivity.# Why?
Because on our GKE cluster. We found sometime the node's `kube-proxy` gone.
And it won't auto recovery.
It made pod in that node(s) loss network connectivity to anything inside cluster (included DNS and connection to API server).So that, use this simple application test for network connectivity and can it resolve DNS.
Have another program to check this application readiness status.
If this pod started over 5 mins. And still not ready. That application will drain that node.