https://github.com/gluufederation/cloud-native-edition
Cloud Native Edition repository
https://github.com/gluufederation/cloud-native-edition
docker gluu-server kubernetes
Last synced: about 1 year ago
JSON representation
Cloud Native Edition repository
- Host: GitHub
- URL: https://github.com/gluufederation/cloud-native-edition
- Owner: GluuFederation
- License: apache-2.0
- Created: 2019-07-22T16:18:30.000Z (almost 7 years ago)
- Default Branch: 4.5
- Last Pushed: 2024-10-14T09:57:37.000Z (over 1 year ago)
- Last Synced: 2025-04-15T16:29:43.790Z (about 1 year ago)
- Topics: docker, gluu-server, kubernetes
- Language: Python
- Homepage: https://gluu.org/docs/gluu-server/latest/installation-guide/install-kubernetes/
- Size: 47.2 MB
- Stars: 33
- Watchers: 8
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Moved to [Gluu4 monorepo](https://github.com/GluuFederation/gluu4/tree/main/cloud-native-edition)





# pygluu-kubernetes
## Kubernetes recipes
- Install [Gluu](https://github.com/GluuFederation/cloud-native-edition/tree/4.5/pygluu/kubernetes/templates/)
## Build `pygluu-kubernetes.pyz` manually
## Prerequisites
1. Python 3.6+.
1. Python `pip3` package.
## Installation
### Standard Python package
1. Create virtual environment and activate:
```sh
python3 -m venv .venv
source .venv/bin/activate
```
1. Install the package:
```
make install
```
This command will install executable called `pygluu-kubernetes` and `pygluu-kubernetes-gui` available in virtual environment `PATH`.
### Python zipapp
1. Install [shiv](https://shiv.readthedocs.io/) using `pip3`:
```sh
pip3 install shiv
```
1. Install the package:
```sh
make zipapp
```
This command will generate executable called `pygluu-kubernetes.pyz` under the same directory.
```sh
make guizipapp
```
This command will generate executable called `pygluu-kubernetes-gui.pyz` under the same directory.