https://github.com/appscode-cloud/license-proxyserver
https://github.com/appscode-cloud/license-proxyserver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appscode-cloud/license-proxyserver
- Owner: appscode-cloud
- License: apache-2.0
- Created: 2022-07-27T22:34:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T02:54:26.000Z (over 1 year ago)
- Last Synced: 2025-02-07T03:23:06.613Z (over 1 year ago)
- Language: Go
- Size: 20.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/go.bytebuilders.dev/license-proxyserver)
[](https://github.com/bytebuilders/license-proxyserver/actions?workflow=CI)
[](https://hub.docker.com/r/appscode/license-proxyserver/)
[](https://slack.appscode.com)
[](https://twitter.com/intent/follow?screen_name=Kubeops)
# license-proxyserver
ACE license-proxyserver is an [extended api server](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) that automates license issuing process for all products from AppsCode.
## Deploy into a Kubernetes Cluster
You can deploy `license-proxyserver` using Helm chart found [here](https://github.com/bytebuilders/installer/tree/master/charts/license-proxyserver).
```console
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install license-proxyserver appscode/license-proxyserver
```