Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes-retired/service-catalog
Consume services in Kubernetes using the Open Service Broker API
https://github.com/kubernetes-retired/service-catalog
k8s-sig-service-catalog
Last synced: about 1 month ago
JSON representation
Consume services in Kubernetes using the Open Service Broker API
- Host: GitHub
- URL: https://github.com/kubernetes-retired/service-catalog
- Owner: kubernetes-retired
- License: apache-2.0
- Archived: true
- Created: 2016-09-12T15:58:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T16:24:31.000Z (almost 3 years ago)
- Last Synced: 2024-05-22T20:09:54.077Z (6 months ago)
- Topics: k8s-sig-service-catalog
- Language: Go
- Homepage: https://svc-cat.io
- Size: 108 MB
- Stars: 1,047
- Watchers: 43
- Forks: 389
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
- awesome-repositories - kubernetes-retired/service-catalog - Consume services in Kubernetes using the Open Service Broker API (Go)
- awesome-starred - kubernetes-retired/service-catalog - Consume services in Kubernetes using the Open Service Broker API (others)
README
## `service-catalog`
[![Build Status](https://travis-ci.org/kubernetes-sigs/service-catalog.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/service-catalog "Travis")
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/service-catalog)](https://goreportcard.com/report/github.com/kubernetes-sigs/service-catalog)Service Catalog lets you provision cloud services directly from the comfort of native Kubernetes tooling.
This project is in incubation to bring integration with service
brokers to the Kubernetes ecosystem via the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker).### Documentation
Our goal is to have extensive use-case and functional documentation.
See the [Service Catalog documentation](https://kubernetes.io/docs/concepts/service-catalog/)
on the main Kubernetes site, and [svc-cat.io](https://svc-cat.io/docs).For details on broker servers that are compatible with this software, see the
Open Service Broker API project's [Getting Started guide](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md).#### Video links
- [Service Catalog Intro](https://www.youtube.com/watch?v=bm59dpmMhAk)
- [Service Catalog Deep-Dive](https://www.youtube.com/watch?v=0zp0y8Mo_BE)
- [Service Catalog Basic Demo](https://goo.gl/IJ6CV3)
- [SIG Service Catalog Meeting Playlist](https://goo.gl/ZmLNX9)---
### Project Status
Service Catalog recently switched to a new [CRDs-based](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources) architecture. The old API Server-based implementation is available on the [v0.2 branch](https://github.com/kubernetes-sigs/service-catalog/tree/v0.2). We support this implementation by providing bug fixes until July 2020.
We are currently working towards a beta-quality release. See the [milestones list](https://github.com/kubernetes-sigs/service-catalog/milestones?direction=desc&sort=due_date&state=open)
for information about the issues and PRs in current and future milestones.The project [roadmap](https://github.com/kubernetes-sigs/service-catalog/wiki/Roadmap)
contains information about our high-level goals for future milestones.The release process of Service Catalog is described [here](https://github.com/kubernetes-sigs/service-catalog/wiki/Release-Process).
### Terminology
This project's problem domain contains a few inconvenient but unavoidable
overloads with other Kubernetes terms. Check out our [terminology page](./terminology.md)
for definitions of terms as they are used in this project.### Contributing
Interested in contributing? Check out the [contribution guidelines](./CONTRIBUTING.md).
Also see the [developer's guide](./docs/devguide.md) for information on how to
build and test the code.We have a mailing list available
[here](https://groups.google.com/forum/#!forum/kubernetes-sig-service-catalog).We have biweekly meetings - see
[our SIG Readme](https://github.com/kubernetes/community/blob/master/sig-service-catalog/README.md#meetings)
for details. For meeting agendas
and notes, see [Kubernetes SIG Service Catalog Agenda](https://docs.google.com/document/d/17xlpkoEbPR5M6P5VDzNx17q6-IPFxKyebEekCGYiIKM/edit).Previous meeting notes are also available:
[2016-08-29 through 2017-09-17](https://docs.google.com/document/d/10VsJjstYfnqeQKCgXGgI43kQWnWFSx8JTH7wFh8CmPA/edit).### Kubernetes Incubator
This is a [Kubernetes Incubator project](https://github.com/kubernetes/community/blob/master/incubator.md).
The project was established 2016-Sept-12. The incubator team for the project is:- Sponsor: Brian Grant ([@bgrant0607](https://github.com/bgrant0607))
- Champion: Paul Morie ([@pmorie](https://github.com/pmorie))
- SIG: [sig-service-catalog](https://github.com/kubernetes/community/tree/master/sig-service-catalog)
- Our [SIG Charter](https://github.com/kubernetes/community/blob/master/sig-service-catalog/charter.md)For more information about sig-service-catalog, such as meeting times and agenda,
check out the [community site](https://github.com/kubernetes/community/tree/master/sig-service-catalog).### Code of Conduct
Participation in the Kubernetes community is governed by the
[Kubernetes Code of Conduct](./code-of-conduct.md).