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

Related Articles

Cloud Installing k3s on Ubuntu 24.04 (Noble Numbat) Containers Install Docker and Run Containers on Ubuntu 24.04|22.04 Automation Install and Use KubeSphere on existing Kubernetes cluster Containers Setup Docker Registry on Fedora 43/42/41/40

Leave a Comment

Press ESC to close