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 Install K3s Lightweight Kubernetes on openSUSE Leap 16 Containers Install K3s Lightweight Kubernetes on openSUSE Leap 16 Install Docker and Podman on openSUSE Leap 16 Containers Install Docker and Podman on openSUSE Leap 16 How To Install Foreman on Ubuntu 22.04 / 24.04 Automation How To Install Foreman on Ubuntu 22.04 / 24.04

Leave a Comment

Press ESC to close