Kubernetes-pfsense-controller Alternatives
Similar projects and alternatives to kubernetes-pfsense-controller based on common topics and language
-
wrp
Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
php-k8s
Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.
-
UniFi-API-client
A PHP API client class to interact with Ubiquiti's UniFi Controller API
-
kubernetes-ingress
HAProxy Kubernetes Ingress Controller (by haproxytech)
-
ingress-merge
Merge Ingress Controller for Kubernetes
-
apisix-ingress-controller
APISIX Ingress Controller for Kubernetes
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
kubernetes-pfsense-controller reviews and mentions
-
Browsing like it's 1994: Integrating a Mac SE, ImageWriter II into a modern LAN
It's over-engineered, but I wanted to try running k8s in my homelab to continue learning about networking; deploying a blog seemed like a perfect test case. The cluster uses Traefik, https://github.com/travisghansen/kubernetes-pfsense-controll... to sync service definitions to HAProxy, and MetalLB. The k8s service IPs are routable from my local network, as well as the MetalLB IPs, and MetalLB handles syncing them to pfSense using BGP. pfSense sends DNS for any *.k8s.home.arpa to k8s, so I can resolve e.g. blog.default.svc.k8s.home.arpa on my local network.
One interesting hiccup: I had to introduce a NAT at pfSense because MacBooks don't listen to ICMP redirects, the packet would go laptop -> router -> k8s and then k8s -> laptop. Since the MacBook ignored the ICMP redirect, it drops the reply packet.
Stats
travisghansen/kubernetes-pfsense-controller is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kubernetes-pfsense-controller is PHP.