cloud-native-edition
cloud-native-edition copied to clipboard
Cloud Native Edition repository
pygluu-kubernetes
Kubernetes recipes
- Install Gluu
Build pygluu-kubernetes.pyz manually
Prerequisites
- Python 3.6+.
- Python
pip3package.
Installation
Standard Python package
-
Create virtual environment and activate:
python3 -m venv .venv source .venv/bin/activate -
Install the package:
make installThis command will install executable called
pygluu-kubernetesandpygluu-kubernetes-guiavailable in virtual environmentPATH.
Python zipapp
-
Install shiv using
pip3:pip3 install shiv -
Install the package:
make zipappThis command will generate executable called
pygluu-kubernetes.pyzunder the same directory.make guizipappThis command will generate executable called
pygluu-kubernetes-gui.pyzunder the same directory.