Cross-platform desktop application for monitoring the status of kubernetes certificates
A simple desktop console utility for monitoring current Kubernetes cluster certificates.
Download the executable file for your platform from the release page and enjoy =)
# Clone project
git clone https://github.com/BushlanovDev/kubernetes-certificate-viewer.git
# Create and activate virtual venv
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run app
python main.py
# Run app with parameters
python main.py --path=/home/user/.kube --days=3pip install pyinstaller # or pip install auto-py-to-exe for use gui
pyinstaller --noconfirm --onedir --windowed --icon "./resources/icon32.ico" "./main.py"This repository's source code is available under the MIT License.
