An open API service indexing awesome lists of open source software.

https://github.com/francisco1code/k8s-with-lb-metallb


https://github.com/francisco1code/k8s-with-lb-metallb

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# k8s-with-LB-metalLb

## Install metallb

```
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.10.2/manifests/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.10.2/manifests/metallb.yaml

```

## Install ingress controller

```
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install ingress-nginx ingress-nginx/ingress-nginx

```