|
1 | 1 | [](https://github.com/SolaceProducts/pubsubplus-kubernetes-helm-quickstart/actions?query=workflow%3Abuild+branch%3Amaster) |
2 | 2 |
|
| 3 | +__Contents:__ |
| 4 | + |
| 5 | +- [Install a Solace PubSub+ Software Event Broker onto a Kubernetes cluster](#install-a-solace-pubsub-software-event-broker-onto-a-kubernetes-cluster) |
| 6 | + - [Overview](#overview) |
| 7 | + - [How to deploy the Solace PubSub+ Software Event Broker onto Kubernetes](#how-to-deploy-the-solace-pubsub-software-event-broker-onto-kubernetes) |
| 8 | + - [1. Get a Kubernetes environment](#1-get-a-kubernetes-environment) |
| 9 | + - [2. Install and configure Helm](#2-install-and-configure-helm) |
| 10 | + - [3. Install the Solace PubSub+ Software Event Broker with default configuration](#3-install-the-solace-pubsub-software-event-broker-with-default-configuration) |
| 11 | + - [Support](#support) |
| 12 | + - [Versioning](#versioning) |
| 13 | + - [Contributing](#contributing) |
| 14 | + - [Authors](#authors) |
| 15 | + - [License](#license) |
| 16 | + - [Resources](#resources) |
| 17 | + |
3 | 18 | # Install a Solace PubSub+ Software Event Broker onto a Kubernetes cluster |
4 | 19 |
|
5 | 20 | The [Solace PubSub+ Platform](https://solace.com/products/platform/)'s [software event broker](https://solace.com/products/event-broker/software/) efficiently streams event-driven information between applications, IoT devices and user interfaces running in the cloud, on-premises, and hybrid environments using open APIs and protocols like AMQP, JMS, MQTT, REST and WebSocket. It can be installed into a variety of public and private clouds, PaaS, and on-premises environments, and brokers in multiple locations can be linked together in an [event mesh](https://solace.com/what-is-an-event-mesh/) to dynamically share events across the distributed enterprise. |
@@ -30,8 +45,7 @@ In this quick start we go through the steps to set up a PubSub+ Software Event B |
30 | 45 |
|
31 | 46 | There are three Helm chart variants available with default small-size configurations: |
32 | 47 | 1. `pubsubplus-dev` - recommended PubSub+ Software Event Broker for Developers (standalone) - no guaranteed performance |
33 | | -2. `pubsubplus` - PubSub+ Software Event Broker standalone, supporting 100 connections |
34 | | -3. `pubsubplus-ha` - PubSub+ Software Event Broker HA, supporting 100 connections |
| 48 | +2. `pubsubplus-ha` - PubSub+ Software Event Broker HA, supporting 1000 connections |
35 | 49 |
|
36 | 50 | For other PubSub+ Software Event Broker configurations or sizes, refer to the [PubSub+ Software Event Broker Helm Chart Reference](/pubsubplus/README.md). |
37 | 51 |
|
@@ -102,6 +116,32 @@ Refer to the detailed PubSub+ Kubernetes documentation for: |
102 | 116 | * [Modifying or Upgrading](//github.com/SolaceProducts/pubsubplus-kubernetes-helm-quickstart/blob/master/docs/PubSubPlusK8SDeployment.md#modifying-or-upgrading-a-deployment) |
103 | 117 | * [Deleting the deployment](//github.com/SolaceProducts/pubsubplus-kubernetes-helm-quickstart/blob/master/docs/PubSubPlusK8SDeployment.md#deleting-a-deployment) |
104 | 118 |
|
| 119 | +## Support |
| 120 | + |
| 121 | +Releases are ON Demand. Solace provides full support for the latest Helm Chart and technical support for an additional six months. |
| 122 | + |
| 123 | +Refer [Technical Product Support | Solace](https://solace.com/legal/technical-product-support/) for support terminologies. |
| 124 | + |
| 125 | +The following table shows: |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +A green check mark shows that broker deployment using the Helm chart is supported and tested on the specific Kubernetes distribution. |
| 130 | + |
| 131 | +  |
| 132 | +A gray check mark shows the broker deployment using helm chart is supported but not fully tested on the specific kubernetes distribution. In addition, there may be known issues or additional work required to deploy event broker services on the Kubernetes cluster. |
| 133 | + |
| 134 | +| Kubernetes Distribution | Minimum Recommended Pubsub+ Event Broker Version | Supported | |
| 135 | +|-------------------------|--------------------------------------------------|-----------| |
| 136 | +| Google Kubernetes Engine (GKE) | 10.4.1 |  | |
| 137 | +| Amazon Elastic Kubernetes Service (EKS) | 10.4.1 |  | |
| 138 | +| Azure Kubernetes Service (AKS) | 10.4.1 |  | |
| 139 | +| | | | |
| 140 | + |
| 141 | +## Versioning |
| 142 | + |
| 143 | +Solace Helm Charts follows [semantic versioning](https://semver.org/). |
| 144 | + |
105 | 145 | ## Contributing |
106 | 146 |
|
107 | 147 | Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. |
|
0 commit comments