https://github.com/francisco1code/k8s-with-lb-metallb
https://github.com/francisco1code/k8s-with-lb-metallb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/francisco1code/k8s-with-lb-metallb
- Owner: francisco1code
- Created: 2023-10-27T18:43:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T19:58:15.000Z (over 2 years ago)
- Last Synced: 2025-10-25T07:56:05.036Z (8 months ago)
- Language: Smarty
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```