Containers

Using pfSense as Load Balancer for Kubernetes API port 6443

Original content from computingforgeeks.com - post 161455

using pfSense as load balancer for kubernetes api server on port 6443 01
using pfSense as load balancer for kubernetes api server on port 6443 02
using pfSense as load balancer for kubernetes api server on port 6443 03
using pfSense as load balancer for kubernetes api server on port 6443 04
using pfSense as load balancer for kubernetes api server on port 6443 05
using pfSense as load balancer for kubernetes api server on port 6443 06
using pfSense as load balancer for kubernetes api server on port 6443 07
clusters:
- cluster:    
    server: https://192.168.88.2:6443
kubectl get nodes
NAME STATUS ROLES AGE VERSION
k8snode01.xxxxxxx.net Ready control-plane 8d v1.31.1
k8snode02.xxxxxxx.net Ready control-plane 8d v1.31.1
k8snode03.xxxxxxx.net Ready control-plane 8d v1.31.1

$ curl -k https://192.168.88.2:6443
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
  "reason": "Forbidden",
  "details": {},
  "code": 403
}%  

Conclusion

Keep reading

Best UI Applications for Managing Docker Containers Containers Best UI Applications for Managing Docker Containers Install Docker and Run Containers on Ubuntu 24.04|22.04 Containers Install Docker and Run Containers on Ubuntu 24.04|22.04 Install Docker and Docker Compose on Ubuntu 24.04 / 22.04 Docker Install Docker and Docker Compose on Ubuntu 24.04 / 22.04 Ansible with Kubernetes: Deploy and Manage a Cluster Ansible Ansible with Kubernetes: Deploy and Manage a Cluster Install Filestash: Self-Hosted File Manager for Any Storage Containers Install Filestash: Self-Hosted File Manager for Any Storage Kafka vs Redpanda: Real Benchmarks on Identical Hardware (2026) Containers Kafka vs Redpanda: Real Benchmarks on Identical Hardware (2026)

Leave a Comment

Press ESC to close