You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/eks_argo/README.md
+20
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,23 @@ Run `terraform destroy`
49
49
⚠️ This is meant as a reference example, with many things omitted forsimplicity, such as proper RBAC setup, production-grade autoscaling and UI. For example, all workloads runningin the cluster use the same AWS IAM role. We do not recommend using this as a production deployment of Metaflow on Kubernetes.
50
50
51
51
For learn more about production-grade deployments, you can talk to us on [the Outerbounds slack](http://slack.outerbounds.co). We are happy to help you there!
52
+
53
+
# Advanced topics
54
+
55
+
Q: How to publish an Argo Event from outside the Kubernetes cluster?
56
+
A:
57
+
Establish port forward for Argo Events Webhook server:
0 commit comments