Helm charts for use with Kubernetes service-catalog
Перейти к файлу
Sean McKenna f416af9532
Update readme to reflect repo deprecation (#141)
2020-04-09 10:55:46 -07:00
.circleci roll back to v0.1.0 of the chart publishing tools (#134) 2018-10-04 11:54:09 -04:00
.github add CODEOWNERS file (#96) 2017-12-11 11:16:41 -05:00
concourse Update the class and plans (#125) 2018-05-01 15:48:03 -04:00
docs Update prerequisities doc with AKS GA and RBAC enabled by default now (#128) 2018-10-01 09:57:36 -06:00
drupal Update the class and plans (#125) 2018-05-01 15:48:03 -04:00
ghost Update the class and plans (#125) 2018-05-01 15:48:03 -04:00
phpbb Update the class and plans (#125) 2018-05-01 15:48:03 -04:00
scripts Remove osba (#124) 2018-04-02 19:07:50 -04:00
wordpress Update wordpress version and chart with support for prod envs and istio (#131) 2018-10-01 09:56:59 -06:00
.gitignore Pushing charts to a helm repository (#35) 2017-10-11 11:27:54 -07:00
LICENSE modifying license and adding contributor notes 2017-10-30 13:55:40 -07:00
README.md Update readme to reflect repo deprecation (#141) 2020-04-09 10:55:46 -07:00

README.md

This repo is no longer being actively maintained. We recommend that you look at the Bitnami Helm charts repo instead.

Helm Charts for Kubernetes Service Catalog on Azure

This repository contains Helm charts for use with the Kubernetes Service Catalog and Microsoft Open Service Broker for Azure.

Each chart has one or more dependencies on Azure services (e.g. Azure SQL, CosmosDB, ...) which are fulfilled by Open Service Broker for Azure and the Kubernetes Service Catalog working in tandem.

The following charts are available:

Prerequisites

You'll need a Kubernetes cluster, version 1.9 or later, with Service Catalog and Open Service Broker for Azure installed on it.

Please see the prerequisities guide for details on how to install all of these prerequisities.

Installing Charts

All of the charts herein are stored in a Helm chart repository.

First, add the Azure charts repository to your local list:

helm repo add azure https://kubernetescharts.blob.core.windows.net/azure

After you've added the Azure charts repository, you'll have access to the charts you see here. For example, you can search for charts:

$ helm search wordpress
NAME            	VERSION	DESCRIPTION
azure/wordpress 	0.6.12 	Web publishing platform for building blogs and ...
local/wordpress 	0.6.12 	Web publishing platform for building blogs and ...
stable/wordpress	0.6.10 	Web publishing platform for building blogs and ...

The azure/wordpress chart shown in the output above is the chart that you see in this Github repository.