KubeMQ Docs
KubeMQ.io
Login / Register
Search…
Introduction
What's New
Getting Started
Quick Start
Build & Deploy
Create Cluster
Create Dashboard
Create Connector
Kubemqctl
Helm
Openshift
Message Patterns
Learn
The Basics
Message Patterns
Access Control
Clustering
Dashboard
Connectors
Configuration
Cluster
Dashboard
Connectors
HOW TO
Connect Your Cluster
Show Dashboard
Get Cluster Status
Get Dashboard Status
Get Cluster Logs
Development
SDK
Cookbook
Troubleshooting
Start Here
Kubemqctl
Get Started
Create
Get
Delete
Set
Scale Cluster
Queues
Events
Events Store
Commands
Queries
Config
License
Open Source Software Notices
Powered By
GitBook
Openshift
Install KubeMQ operator
Find KubeMQ Operator
1.
Open Operators/OperatorHub
2.
Goto Streaming & Messaging
3.
Type KubeMQ in search box
4.
Click on Kubemq Enterprise Operator
Install KubeMQ Operator
1.
Set Installation mode to A specific namespace on the cluster
2.
Set the namespace
3.
Click Subscribe
Verify Operator Installation
Install KubeMQ Connector
1.
Click On Kubemq Connector
2.
Click on Create KubemqConnector
3.
Click on Configure via YAML View
4.
A yaml editor will open with default configuration will open
5.
Select one of the configurations below
Create Targets Connector
apiVersion
:
core.k8s.kubemq.io/v1alpha1
kind
:
KubemqConnector
metadata
:
name
:
kubemq
-
targets
spec
:
type
:
targets
config
:
|-
bindings
:
null
Create Sources Connector
apiVersion
:
core.k8s.kubemq.io/v1alpha1
kind
:
KubemqConnector
metadata
:
name
:
kubemq
-
sources
spec
:
type
:
sources
config
:
|-
bindings
:
null
Create Bridges Connector
apiVersion
:
core.k8s.kubemq.io/v1alpha1
kind
:
KubemqConnector
metadata
:
name
:
kubemq
-
bridges
spec
:
type
:
bridges
config
:
|-
bindings
:
null
6. Click Create
Previous
Helm
Next - Getting Started
Message Patterns
Last modified
1yr ago
Copy link
Outline
Install KubeMQ operator
Find KubeMQ Operator
Install KubeMQ Operator
Verify Operator Installation
Install KubeMQ Connector