Skip to content

Commit

Permalink
update info about k3d
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 7, 2025
1 parent 2c5c145 commit a3da831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ kubectl port-forward services/busola 3001:3001

Prerequisites:

- K3d with installed Traefik, by default it's installed.
- K3d with exposed loadbalancer on port 80.
> **TIP:** To create K3d with exposed load balancer run: `k3d cluster create -p "80:80@loadbalancer"`.
> More details available in k3d docs [exposing services](https://k3d.io/v5.6.3/usage/exposing_services/).
1. Install Ingress resources:

Expand Down

0 comments on commit a3da831

Please sign in to comment.