savagebidoof 8a4a1e5548 Minor organization refactor.
Partially done 06-mTLS from the traffic management documentation.

Deleted some unnecessary files.

some other minor changes
2023-04-21 04:39:00 +02:00

1.0 KiB
Executable File

kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"

https://metallb.universe.tf/installation/

https://metallb.universe.tf/configuration/_advanced_l2_configuration/

https://mvallim.github.io/kubernetes-under-the-hood/documentation/kube-metallb.html

kubectl apply -f - << EOF
apiVersion: v1
kind: ConfigMap
metadata:
  namespace: metallb-system
  name: config
data:
  config: |
    address-pools:
    - name: default
      protocol: layer2
      addresses:
      - 192.168.1.50-192.168.1.130
EOF

https://github.com/metallb/metallb/blob/main/design/pool-configuration.md