29 Commits

Author SHA1 Message Date
Geoff Bourne 8f4b64a9eb Use duration type for options for Docker auto-scaling delays (#524) 2026-02-15 20:12:53 -06:00
Chris Farhood 21f349c2da Allow mc-router to scale a backend StatefulSet while routing traffic to a proxy via proxyServerName (#512) 2026-02-13 07:07:27 -06:00
Geoff Bourne 35500a758b Corrected docker/swarm discovery from previous refactoring (#446) 2025-08-23 13:39:01 -05:00
Geoff Bourne 7a4f83a30f Provide option for kubernetes to watch only a specific namespace (#433) 2025-07-20 12:59:14 -05:00
Geoff Bourne af1e193958 Redo code cleanup (#429)
* Code cleanup of routes config loader and API server (#424)

(cherry picked from commit 1ee3eb4de3)

* Refactored server setup and run out of main (#425)

(cherry picked from commit 05c57c3b85)

* Code cleanup in and around connector (#427)

(cherry picked from commit b3e88db48c)

* Update away from deprecated k8s NewInformer

* Tidy up couple of k8s docs examples
2025-07-13 10:00:40 -05:00
Justin Barlow 630e3c0074 Added Nomad example with routes config (#413) 2025-05-11 10:12:21 -05:00
Geoff Bourne a46a423b0a Add option to watch routes config file changes (#411) 2025-05-10 12:39:32 -05:00
Geoff Bourne 8e34da2235 docs: upgrade skaffold manifest for v2 (#408) 2025-05-02 18:21:12 -05:00
Samuel McBroom da52e7096f Add option for scale-up allow/deny lists for servers (#397) 2025-04-26 10:57:33 -05:00
Matthew McCune 5d7063f73e Add Service Discovery option for non-Swarm Docker (#316) 2024-08-04 17:22:39 -05:00
dependabot[bot] ff1709ef3b build(deps): bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible in the patches group (#292)
* build(deps): bump github.com/docker/docker in the patches group

Bumps the patches group with 1 update: [github.com/docker/docker](https://github.com/docker/docker).


Updates `github.com/docker/docker` from 26.1.1+incompatible to 26.1.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v26.1.1...v26.1.2)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump to Go 1.22.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2024-05-24 21:30:30 -05:00
Stein van Broekhoven 5dc576fc2e auto scale up and down with many named backends in k8s (#270) 2024-02-19 09:54:24 -06:00
Geoff Bourne 4f54002231 Allow for MAPPING to be declared with newline delimited entries (#241) 2023-10-28 16:54:46 -05:00
Geoff Bourne afdca5646e Added ngrok support (#222) 2023-09-09 12:06:59 -05:00
n1xx1 c2b23d40c7 Enable network filtering for docker swarm discovery (#143) 2022-11-17 08:38:44 -06:00
n1xx1 d15bc9e986 Add support for docker swarm service discovery (#103) 2022-08-04 20:59:20 -05:00
Muhammed Hussein karimi becd3eb676 depends_on for router (#98) 2022-07-17 10:01:18 -05:00
Michael Vorburger ⛑️ 32fb918128 Kubernetes auto scale-up support (#29) 2022-01-06 17:41:10 -06:00
Michael Vorburger ⛑️ c1319e6e2a Remove un-used k8s-example.yaml (#35) 2022-01-01 12:28:23 -06:00
Michael Vorburger ⛑️ 6bf14043bb add support for developing in-cluster with Skaffold (#27) 2021-11-20 12:16:56 -06:00
Geoff Bourne 226f821598 docs: included required header for API calls 2021-08-10 16:53:51 -05:00
Geoff Bourne 6e726fb137 Upgraded k8s.io/client-go to v0.18.5 2020-07-05 20:12:56 -05:00
Samuel Walker be33d2c9d1 Update the image version in the example file (#8)
* Update the image version in the example file

https://github.com/itzg/mc-router/issues/7

Deployed it with an older version. Works but ends up spiking in CPU usage. Easy to overlook. 

Also, for good measure/best practice, added resource request/limit.

* Bad syntax on CPU limit value
2020-03-30 18:45:47 -05:00
Geoff Bourne 7f6e3637a0 docs: added docker-compose example 2019-07-27 11:36:16 -05:00
Geoff Bourne 072808085d misc: fix example k8s-mc-with-default 2019-04-19 20:49:27 -05:00
Geoff Bourne 44a67dd359 Add support for a default backend service 2019-04-19 20:27:14 -05:00
Geoff Bourne 50ff433fd0 docs: document auto service discovery example 2018-05-26 14:03:04 -05:00
Geoff Bourne acfe6edd42 docs: add k8s example to the README 2018-05-24 20:19:14 -05:00
Geoff Bourne cbd92bc5b0 docs: add k8s example deployment 2018-05-24 19:53:27 -05:00