MarkEdmondson1234 / markedmondson.me-hugo

Files for the website
0 stars 2 forks source link

r-on-kubernetes-serverless-shiny-r-apis-and-scheduled-scripts/ #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

R on Kubernetes - serverless Shiny, R APIs and scheduled scripts · Mark Edmondson

Some examples of running R applications on Google Kubernetes Engine

https://code.markedmondson.me/r-on-kubernetes-serverless-shiny-r-apis-and-scheduled-scripts/

jrosell commented 2 years ago

That's so cool. Is it updated or you would do something different now? What can you tell us about its cost?

MarkEdmondson1234 commented 2 years ago

I still have some Shiny apps running on this configuration but new apps I'm doing on Cloud Run if I don't need scale. It has certainly moved on a bit and may be some smoother configuration steps nowadays especially around federated authentication.

hallaai commented 9 months ago

It might be outdated. There is at least one error : resource mapping not found for name: "tiller-clusterrolebinding" namespace: "" from "tiller-clusterrolebinding.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1" ensure CRDs are installed first.

How do i fix it ?

hallaai commented 9 months ago

This command also is not executing: kubectl expose deployment shiny1 --target-port=3838 --type=NodePort Error from server (NotFound): deployments.apps "shiny1" not found

But i have shiny1 pod running.