Review the Sample Application

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo
  1. First, obtain the public IP address from the Kubernetes service using this command.

    kubectl -n dynatrace get service
    NAME      TYPE           CLUSTER-IP   EXTERNAL-IP      PORT(S)          AGE
    
    demoapp   LoadBalancer   10.84.2.18   34.133.103.200   8080:32602/TCP   5d
  2. Using the example above, open the application on port 8080 at http://34.133.103.200:8080. The application will look like this:

    review-sample-app.png