Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alantang888/check_api_server_connection


https://github.com/alantang888/check_api_server_connection

Last synced: about 1 month ago
JSON representation

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.