Skip to content

BushlanovDev/kubernetes-certificate-viewer

Repository files navigation

☸ Kubernetes Certificate Viewer

Cross-platform desktop application for monitoring the status of kubernetes certificates

Actions status Python PyQt Platform Win32 | Linux | macOS MIT license

🌟 Description

A simple desktop console utility for monitoring current Kubernetes cluster certificates.

Kubernetes Certificate Viewer

🚀 Quick Start

Download the executable file for your platform from the release page and enjoy =)

💻 Run from source code

# 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=3

🛠️ Building an executable file

pip install pyinstaller # or pip install auto-py-to-exe for use gui

pyinstaller --noconfirm --onedir --windowed --icon "./resources/icon32.ico" "./main.py"

📄 License

This repository's source code is available under the MIT License.

About

☸ Cross-platform desktop application for monitoring the status of kubernetes certificates

Topics

Resources

License

Stars

Watchers

Forks

Languages