NAME

IO::K8s::Cilium::V2::CiliumLocalRedirectPolicySpec - Spec is the desired behavior of the local redirect policy.

VERSION

version 1.108

description

Description can be used by the creator of the policy to describe the purpose of this policy.

redirectBackend

RedirectBackend specifies backend configuration to redirect traffic to. It can not be empty.

redirectFrontend

RedirectFrontend specifies frontend configuration to redirect traffic from. It can not be empty.

skipRedirectFromBackend

SkipRedirectFromBackend indicates whether traffic matching RedirectFrontend from RedirectBackend should skip redirection, and hence the traffic will be forwarded as-is.

The default is false which means traffic matching RedirectFrontend will get redirected from all pods, including the RedirectBackend(s).

Example: If RedirectFrontend is configured to "169.254.169.254:80" as the traffic that needs to be redirected to backends selected by RedirectBackend, if SkipRedirectFromBackend is set to true, traffic going to "169.254.169.254:80" from such backends will not be redirected back to the backends. Instead, the matched traffic from the backends will be forwarded to the original destination "169.254.169.254:80".

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004