Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can verify the K3s installation by checking the node status:

kubectl get nodes

You can verify the K3s installation by checking the POD status:

kubectl get pod -A


Install MetalLB

a. Create a Namespace for MetalLB

...