Viewing profile — evankanderson
evankanderson
HN member- Joined
- Tue, Jul 24, 2018, 4:27 PM UTC
- HN karma
- 54
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About evankanderson
No profile information was provided.
Recent public activity
-
comment
Comment #33895808
I think the default is "files-off-disk" image serving (hence NFS, etc). This can be replaced by S3 storage, with the URLs remaining the same (or maybe redirected, if you don't want…
-
comment
Comment #33867183
I suspect distributed NFS won't help here when the problem is that a server gets slow / overloaded. In particular, this setup was actually I/O bound and there wasn't more I/O to be…
-
comment
Comment #21446519
Pivotal is also on the steering committee. Representation is based on contributions to the project, and Google has publicly stated that they look forward to not being a majority on…
-
comment
Comment #21446472
Hi, Knative team member here. What you're describing with injecting outbound proxies is definitely something that Istio does in service mesh mode. When Knative launched 0.1 over a …
-
comment
Comment #20759886
It depends on the language you're using and how you manage your dependencies. If you're using Java, see this writeup for how different frameworks can affect startup time: https://m…
-
comment
Comment #20759830
App Engine is still GA and is still having features added. Disclaimer: I work on both Cloud Run and App Engine at Google.
-
comment
Comment #20759816
Cloud Run is a perfectly reasonable choice for hosting websites -- it's a serverless HTTP platform that uses containers as the base packaging and runtime infrastructure. Unlike som…
-
comment
Comment #17606524
Serverless means that you as a developer don't have to manage servers. There's still real computers behind the "serverless". Knative calls the role of the person providing the serv…
-
comment
Comment #17605775
I think Knative (and the scale to zero in particular) are best suited for request/response or event-delivery workloads. So you wouldn't want to run (for example) memcache or mysql …
-
comment
Comment #17605754
One of the items that's not present at the moment (and dewitt can probably provide additional color) is the top-level developer shell which puts the pieces together with a minimal …
-
comment
Comment #17603554
That looks more like GKE or AKS.
-
comment
Comment #17603215
How big is your Kubernetes cluster?
-
comment
Comment #17603211
"eventing" is building an ecosystem to make it easy to connect events to event consumers (whether they are Knative Services, k8s services, VMs, or even a SaaS). In order to do this…
-
comment
Comment #17602847
This is a way to deploy and manage a stateless web application ("function") without needing to get into a bunch of low-level details, and get closer to pay-for-what-you-use.
-
comment
Comment #17602583
See also: https://medium.com/@mchmarny/build-deploy-manage-modern-serv... https://www.ibm.com/blogs/cloud-computing/2018/07/24/ibm-clo... and one by this "Google" thing: https://cl…