Skip to content

MVP for a Flink cluster which hosts customer metrics in hot and cold storage.

Notifications You must be signed in to change notification settings

HenkvanDyk/flink-customer-monitoring-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging:

## Describe deployment:
kubectl describe flinkdeployment flink-example-1 -n flink

## Get deployment `status` to view errors:
kubectl get flinkdeployments.flink.apache.org flink-example-1 -n flink -o yaml


## Check for all issues in events
kubectl get events -n flink --sort-by='.metadata.creationTimestamp'

## Manually port forward the UI port- service discovery on tilt is shitty
kubectl port-forward svc/flink-example-1-jobmanager 8081:8081 -n flink

## Check + debug ingress:
kubectl get ingress -n flink
kubectl describe ingress flink-example-1-ingress -n flink

About

MVP for a Flink cluster which hosts customer metrics in hot and cold storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published