kube-bridge

command module
v0.0.0-...-a641477 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

README

Kube Bridge

Krateo Control Plane Kubernetes Bridge.


How to install in your cluster

$ helm install kubebridge --namespace krateo-dev --create-namespace \
     https://github.com/krateoplatformops/kube-bridge/blob/main/deploy/kube-bridge-VERSION.tgz?raw=true 

Replace VERSION with one of tagged image version.


How to try locally for development

Run a local Kubernetes cluster using kind:

$ make kind.up

With kind up and running, install krateo runtime:

$ krateo init

Generate the Helm chart:

$ make chart

Deploy the service:

$ make deploy

To be able to invoke this service API using curl from your machine, open another terminal and type:

$ kubectl port-forward -n krateo-system service/kube-bridge 8171:8171

Try the apply endpoint using a sample payload:

$ curl --data @testdata/sample.json -H \
   "content-type:application/json" http://localhost:8171/apply

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL