Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 705 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 705 Bytes

The purpose of this tutorial is to show you how to deploy a complete demo with EMQX 5 on Kubernetes.

Requirements

  • EMQX Operator

    Refer to Getting Started to learn how to deploy the EMQX operator

  • CRDs for prometheus stack

    git clone https://github.com/prometheus-operator/kube-prometheus.git
    cd kube-prometheus
    kubectl apply --server-side -f manifests/setup
    kubectl wait \
    	--for condition=Established \
    	--all CustomResourceDefinition \
    	--namespace=monitoring

Deploy example

kubectl apply -k examples/kubernetes --server-side