The service-catalog tutorial walks you through installing service-catalog, and using it in your Kubernetes cluster to create and use external cloud services.
This tutorial will demonstrate how to use the service-catalog to find and configure the (LogDNA log aggregator to ship your cluster's logs to a central logation for analysis, all from within Kubernetes. You will aggreggate both the logs of kubernetes itself, and those of a sample application.
In this tutorial, you will use Manifold as the source of your cloud services. service-catalog uses the Open Service Broker API, so you can apply these concepts to many more services, like those in Google Cloud Platform
- Start Minikube
- Run a sample application
- Install and configure service-catalog
- Configure the Manifold service broker
- Explore the service-catalog data
- Find and create a log aggregator
- Use the log aggregator
- The service-catalog Kubernetes incubator repository.
- The Open Service Broker API Specification.
- Manifold's kubernetes-credentials controller, to use existing resources in Kubernetes.
The structure of this tutorial was heavily inspired by tutorials from Kelsey Hightower. Check them out; he's great!