Kubernetes Pod Proxy Manager
A simple GUI application for managing Kubernetes pod proxies. This tool allows you to:
- View running pods in your Kubernetes cluster
- Set up port forwarding with custom local ports
- Manage multiple proxy connections
Installation
pip install hproxy
Usage
After installation, you can run the application using:
hproxy
Requirements:
- Python 3.6 or higher
- kubectl configured with access to your cluster
- tkinter (usually comes with Python)
Features
- Modern, clean interface
- Easy port forwarding setup
- Real-time pod status monitoring
- Custom port selection (9000-9100)
License
MIT License
hproxy/init.py
""" Kubernetes Pod Proxy Manager A GUI tool for managing Kubernetes pod proxies """
version = "0.1.1"
Release files for hproxy 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hproxy-0.1.2.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hproxy-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / hproxy-0.1.2.tar.gz
| Download URL | hproxy-0.1.2.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fbf2debca8b5fa67eab122ac8469988fa70beddd8ac63fe9b1a5e7fae23dd6d6
|
|
BLAKE2b-256 checksum How to use checksums |
a482f01d8aad8046c3650bfc092b7be54c3bcf06b763b64a10388a123a6ec328
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / hproxy-0.1.2-py3-none-any.whl
| Download URL | hproxy-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ae165e65d98ffd47b3328f209a12fd2daf52cbe35cc5d1e045769eb542fce9f7
|
|
BLAKE2b-256 checksum How to use checksums |
afa5d4032aba2fbe944edf515cd7b1f979cce1f1357e74683e9eb8681320d72f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|