Skip to content

Commit

Permalink
Update kube-loxilb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
backguynn authored Nov 16, 2023
1 parent eef96d1 commit 2d5f193
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/kube-loxilb.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ kube-loxilb is a standalone implementation of kubernetes load-balancer spec whic
kubectl get pods -A | grep kube-loxilb


6. Finally to create service LB, we can use and apply the following template yaml
6. Finally to create service LB, we can use and apply the following template yaml

(<b>Note</b> - Check <b>*loadBalancerClass*</b> and other <b>*loxilb*</b> specific annotation) :
(<b>Note</b> - Check <b>*loadBalancerClass*</b> and other <b>*loxilb*</b> specific annotation) :

apiVersion: v1
kind: Service
Expand Down Expand Up @@ -118,10 +118,11 @@ kube-loxilb is a standalone implementation of kubernetes load-balancer spec whic
- "-s"
ports:
- containerPort: 5001

Users can change the above as per their needs.
Users can change the above as per their needs.

7. Verify LB service is created
8. Verify LB service is created

kubectl get svc

Expand Down

0 comments on commit 2d5f193

Please sign in to comment.