Skip to content
Discussion options

You must be logged in to vote

@dkirrane Apologies for missing this Q! I've got some generic K8S advice that you can try, but if that doesn't help resolve the issue I'll put you in touch with the AKS team.

To debug and resolve the connection issue you are experiencing when attempting to connect Java Mission Control (JMC) to your JVM running in an Azure Kubernetes Service (AKS) environment, you can follow these troubleshooting steps. These steps are designed to identify common issues related to network configuration, service exposure, and pod accessibility:

1. Validate Pod Status and Logs

First, ensure that your JVM pod is running and healthy:

  • Check Pod Status:

    kubectl get pods -n <namespace>

    Replace <namespace> with …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karianna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants