16 lines
187 B
Markdown
16 lines
187 B
Markdown
# MetalLB
|
|
|
|
## Derployment
|
|
|
|
With ArgoCD. Render it locally:
|
|
|
|
```sh
|
|
kustomize build . --enable-helm
|
|
```
|
|
|
|
Eventually the external IP should show up here:
|
|
|
|
```
|
|
kubectl get svc -n traefik
|
|
```
|