Viewing profile — helpfulgoogler
helpfulgoogler
HN member- Joined
- Sat, Mar 10, 2018, 6:44 AM UTC
- HN karma
- 11
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About helpfulgoogler
No profile information was provided.
Recent public activity
-
comment
Comment #34569650
I think you may be misreading the situation. When Anthos was announced, it didn't exist yet. They didn't have anything to sell you and you weren't important enough to be trusted wi…
-
comment
Comment #24965339
Not what you asked for, but you can mute/unmute quickly with the keyboard shortcut: ⌘/Ctrl + d
-
comment
Comment #21819918
Cloud Run is compatible with the Knative open source project, so you should be able to take your apps to a different cloud like you would with Kubernetes.
-
comment
Comment #21756737
Yes. There is a proxy in front of the database which only allows whitelisted traffic (dangerous) or traffic with a valid cert (safe).
-
comment
Comment #21756726
Although a public IP address is required, you don't need to poke any holes in the firewall. As a result, it is not a problem from a security perspective. https://cloud.google.com/s…
-
comment
Comment #21756697
Have you seen the instructions for using a Unix socket with Cloud SQL from Cloud Run? https://cloud.google.com/sql/docs/mysql/connect-run
-
comment
Comment #18235687
cgo is supported.
-
comment
Comment #16557514
According to [1], the standard quota is 1,000,000 invocations per 100 seconds and can be increased. Maybe try asking again for increased quota? If the documentation is incorrect, p…