Javascript to Elm

Elixir with AppEngine

Informações:

Sinopsis

AppEngine Remember what started us down the path of managing a kubernetes cluster in the first place? No, it wasn’t our own sadistic desire to to devops in an effort to avoid building an actual project, but close. We want to be able to leverage ‘live view’ in our project, that requires websockets, which all signs pointed to not available on appengine. But wait, what’s this? App-Enggine WebSocket Support As of Feb 2019, it looks like we’re good to go. That coupled with the $30/month bill we would incur when our gcp credits ran out, this switch seems to make a lot of sense. Clean up Tearing down services kubectl delete service postit-web gcloud compute forwarding-rules list use this to check that the loadbalancer is also removed and finally the cluster of 2 VM’s gcloud container clusters delete --zone=us-central1-a postit-cluster then just the database. and we’re all set to startup with app-engine App Engine update KMS key/value on key for beta app. remember we tore everything down and needed to create