kintoproj / kinto-core

API server to manage resources on Kubernetes.
https://www.kintohub.com
Apache License 2.0
5 stars 0 forks source link
deployment deployment-automation full-stack kubernetes

Kinto Core

slack

The core is the main API server called by the dashboard and the cli It is a GRPC server that interacts with Kubernetes. It also contains the main types used by all the sub API (build, deploy, etc.).

Requirements

Dependencies

Development Setup

Duplicate the .env.example file into a .env file.
Modify the variables if needed.

$ go run cmd/main.go

To regenerate go files from .proto run at root

$ make generate_proto

How to Test GRPC calls

We use BloomRPC

Meta

https://www.kintohub.com