From fd86e6079d003de6d6a8a6dc26dc6574eef00466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 26 Oct 2023 18:20:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20=20Remove=20Service=20Cata?= =?UTF-8?q?log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn't seem to be supported anymore, and looking at https://github.com/kubernetes-retired/service-catalog/tree/master it even looks like the whole thing might be deprecated? --- slides/k8s/extending-api.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/slides/k8s/extending-api.md b/slides/k8s/extending-api.md index 81fa0654..bac2eff7 100644 --- a/slides/k8s/extending-api.md +++ b/slides/k8s/extending-api.md @@ -339,34 +339,12 @@ class: extra-details --- -## Service catalog - -- *Service catalog* is another extension mechanism - -- It's not extending the Kubernetes API strictly speaking - - (but it still provides new features!) - -- It doesn't create new types; it uses: - - - ClusterServiceBroker - - ClusterServiceClass - - ClusterServicePlan - - ServiceInstance - - ServiceBinding - -- It uses the Open service broker API - ---- - ## Documentation - [Custom Resource Definitions: when to use them](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) - [Custom Resources Definitions: how to use them](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/) -- [Service Catalog](https://kubernetes.io/docs/concepts/extend-kubernetes/service-catalog/) - - [Built-in Admission Controllers](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/) - [Dynamic Admission Controllers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/)