-
Notifications
You must be signed in to change notification settings - Fork 0
HenkvanDyk/flink-customer-monitoring-poc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published