https://github.com/containerum/api-gateway
Gateway for Containerum components
https://github.com/containerum/api-gateway
api containerum gateway-api https-proxy kubernetes platform security
Last synced: 9 months ago
JSON representation
Gateway for Containerum components
- Host: GitHub
- URL: https://github.com/containerum/api-gateway
- Owner: containerum
- License: apache-2.0
- Created: 2018-05-22T16:50:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:08:06.000Z (about 7 years ago)
- Last Synced: 2025-03-23T20:36:49.540Z (9 months ago)
- Topics: api, containerum, gateway-api, https-proxy, kubernetes, platform, security
- Language: Go
- Homepage:
- Size: 15.5 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gateway
Gateway is an API service that provides routing for [Containerum](https://github.com/containerum/containerum) components.
## Prerequisites
* Kubernetes
## Installation
### Using Helm
```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/api-gateway
```
## Contributions
Please submit all contributions concerning Gateway component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).
## License
Gateway project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.