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

# Ingress issues

If the CDK or CDM pods 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.
