Remove references of Service Catalog (#34387)

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Rishit Dagli
2022-06-28 11:03:58 +05:30
committed by GitHub
parent 77ab6bc4da
commit b2d062d7bc
12 changed files with 3 additions and 1081 deletions
@@ -4,15 +4,15 @@ id: service-catalog
date: 2018-04-12
full_link:
short_description: >
An extension API that enables applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider.
A former extension API that enabled applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider.
aka:
tags:
- extension
---
An extension API that enables applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider.
A former extension API that enabled applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider.
<!--more-->
It provides a way to list, provision, and bind with external {{< glossary_tooltip text="Managed Services" term_id="managed-service" >}} from {{< glossary_tooltip text="Service Brokers" term_id="service-broker" >}} without needing detailed knowledge about how those services are created or managed.
It provided a way to list, provision, and bind with external {{< glossary_tooltip text="Managed Services" term_id="managed-service" >}} without needing detailed knowledge about how those services would be created or managed.