https://github.com/nullforu/container-provisioner-k8s
Container provisioning/allocation REST/gRPC microservice for SMCTF (with Kubernetes)
https://github.com/nullforu/container-provisioner-k8s
client-go gin go grpc k8s kubernetes
Last synced: 2 months ago
JSON representation
Container provisioning/allocation REST/gRPC microservice for SMCTF (with Kubernetes)
- Host: GitHub
- URL: https://github.com/nullforu/container-provisioner-k8s
- Owner: nullforu
- License: mit
- Created: 2026-02-01T13:36:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T13:02:18.000Z (2 months ago)
- Last Synced: 2026-03-29T16:24:00.366Z (2 months ago)
- Topics: client-go, gin, go, grpc, k8s, kubernetes
- Language: Go
- Homepage: https://ctf.null4u.cloud/container-provisioner/
- Size: 1.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## SMCTF container-provisioner
Container provisioning/allocation HTTP/gRPC microservice for [SMCTF](https://github.com/nullforu/smctf).
- Default HTTP Server Port: `8081`
- Default gRPC Server Port: `9090`
## Architecture


## Buf Schema Registry (BSR)
```shell
make buf-install
make buf-lint
make buf-generate
buf registry login
buf registry organization create buf.build/smctf
buf registry module create buf.build/smctf/container-provisioner --visibility private
buf push
```