Skip to content

Install Fail2Ban in Traefik K8S #130

Answered by tomMoulard
gioturmanidze asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @gioturmanidze,

Thanks for your interest in this traefik plugin !

To answer your questions:

  1. There should be a log in traefik that contains 2024/06/23 12:00:00 Plugin: FailToBan is up and running
  2. The plugin does not show logs of its usage. The plugin logs are currently only for the configuration part.
  3. Currently, there is no mechanism to export the banned IP list.
  4. Indeed, it looks for status codes in the response. If the algorithm detects a bad behavior, the user will not have the response, and will get ad 403.
FYI, here is a very small example on how to use the plugin on the traefik dashboard
# Makefile
all: stop start def traefik

start:
	k3d cluster create mycluster \
		-p 80:80…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomMoulard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #129 on June 23, 2024 12:34.