---
title: Ingress issues
description: If the pods in a ForgeOps deployment are starting successfully, but you can't reach the services in those pods, you probably have ingress issues.
component: forgeops
version: 2026.1
page_id: forgeops:troubleshoot:ingress
canonical_url: https://docs.pingidentity.com/forgeops/2026.1/troubleshoot/ingress.html
keywords: ["Troubleshooting", "Kubernetes", "Ingress Controller"]
---

# Ingress issues

If the pods in a ForgeOps deployment are starting successfully, but you can't reach the services in those pods, you probably have ingress issues.

To diagnose ingress issues:

1. Use the `kubectl describe ing` and `kubectl get ing ingress-name -o yaml` commands to view the ingress object.

2. Describe the service using the `kubectl get svc; kubectl describe svc xxx` command. Does the service have an `Endpoint:` binding? If the service endpoint binding is not present, the service did not match any running pods.
