User ManualPodWarden
Detail: Ingress Tab
LAN exposure and ingress rules for a deployment
LAN Exposure
Toggle direct LAN access via Kubernetes NodePort. When enabled, the workload is accessible at the node IP and allocated port on the local network.
| State | Description |
|---|---|
| Enabled | Shows the allocated NodePort and access address |
| Disabled | Workload only accessible within the cluster |
LAN exposure requires the deployment to be in deployed status.
Ingress Rules
Full CRUD for ingress rules scoped to this deployment. Each rule maps a domain and path to the workload service.
| Action | Description |
|---|---|
| Create | Add a new rule with domain, path, gateway, and TLS settings |
| Edit | Modify any field of an existing rule |
| Delete | Remove the rule from PodWarden and the cluster |
| Apply | Apply or re-apply the rule to the cluster |
| Check DNS / HTTP / TLS | Health check actions |
Rules created here are automatically scoped to this deployment. For full ingress documentation see the Ingress reference and the Ingress and DDNS guide.