Code Monkey home page Code Monkey logo

Comments (5)

Lavhe avatar Lavhe commented on May 28, 2024 4

Hi guys

Any progress in this?

from kubernetes-ingress.

oktalz avatar oktalz commented on May 28, 2024

Hi,
something like this is not currently possible, but certainly can be done.

I cannot give you estimation, but I really do not see why something like this shouldn't be possible soon.
Feel free to write complete (with anonymous data) config you use if the one you wrote here is not complete.

from kubernetes-ingress.

lcofre avatar lcofre commented on May 28, 2024

That's great, thanks very much for your feedback.

This is my complete configuration

global
  maxconn 20000

defaults
  timeout connect 20s
  timeout client 3000s
  timeout server 3000s

listen mqtt
  bind *:1883
  bind *:8883 ssl crt /certs/server.pem ca-file /certs/client.crt verify required ciphers <CIPHER>
  bind *:8888 ssl crt /certs/server.pem ciphers <CIPHER>
  #I use the same container in two different deployments, one exposing 8883 and the other 8888
  mode tcp
  option clitcpka
  timeout client 3h
  timeout server 3h

  server mqtt_server ${MQTT_SERVER}:${MQTT_PORT}


listen dashboard
  bind *:80
  server dashboard ${MQTT_SERVER}:${MQTT_DASHBOARD}


listen stats
  bind :8080
  mode http
  stats enable
  stats hide-version
  stats realm Haproxy\ Statistics
  stats uri /stats
  stats auth admin:pass

from kubernetes-ingress.

seguidor777 avatar seguidor777 commented on May 28, 2024

Please keep us updated

from kubernetes-ingress.

Mo3m3n avatar Mo3m3n commented on May 28, 2024

Hi sorry this went out of sight, but It is possible to use controller for MQTT for a long time now since tcp-services were added.
A configuration example can be found here #283 (comment)

from kubernetes-ingress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.