GoogleCloudPlatform/k8s-service-catalog

Name: k8s-service-catalog

Owner: Google Cloud Platform

Description: Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster

Created: 2017-09-13 22:10:55.0

Updated: 2018-05-24 01:23:03.0

Pushed: 2018-05-18 00:03:29.0

Homepage:

Size: 3506

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Service Catalog Installer

Service Catalog Installer is a CLI tool to manage Service Catalog and Google Cloud Platform Service Broker atop Kubernetes Cluster.

Intro

Service Catalog Installer sc lets you do the following:

Requirements

Before installing Service Catalog atop Kubernetes cluster, you need to ensure following requirements are met.

Installation

sc is written in Go and can be installed using go get.

et -u github.com/GoogleCloudPlatform/k8s-service-catalog/installer/cmd/sc

After running the above command, sc should get installed in your GOPATH/bin dir.

Usage
Build

If you want to build the installer yourself, here are the instructions to do so.

stall [Go Dep](https://github.com/golang/dep) for dependency management using `go get`
et -u github.com/golang/dep/cmd/dep

stall `go-bindata` using `go get`
et -u github.com/jteeuwen/go-bindata/...

 build `sc` binary, run

u should `sc` binary created in output/bin directory.
Tutorial

Once you have Service Catalog installed and the Service Broker added to the cluster, follow this basic tutorial to get started with Service Catalog.

Contribution

We are always looking for contributors, so if you want to contribute to the installer codebase, please follow the workflow instructions.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.