pygluu-kubernetes
Kubernetes recipes
- Install Gluu
Build pygluu-kubernetes.pyz
manually
Prerequisites
- Python 3.6+.
- Python
pip3
package.
Installation
Standard Python package
-
Create virtual environment and activate:
python3 -m venv .venv source .venv/bin/activate
-
Install the package:
make install
This command will install executable called
pygluu-kubernetes
andpygluu-kubernetes-gui
available in virtual environmentPATH
.
Python zipapp
-
Install shiv using
pip3
:pip3 install shiv
-
Install the package:
make zipapp
This command will generate executable called
pygluu-kubernetes.pyz
under the same directory.make guizipapp
This command will generate executable called
pygluu-kubernetes-gui.pyz
under the same directory.