HN user

richards

379 karma

seroter.com

Posts51
Comments14
View on HN
cloud.google.com 6d ago

What 10 autonomous film crews taught us about agent teamwork

richards
2pts0
seroter.com 4mo ago

My custom agent used 87% fewer tokens when I gave it Skills for its MCP tools

richards
3pts0
cloud.google.com 6mo ago

A gRPC Transport for the Model Context Protocol

richards
1pts0
developers.googleblog.com 8mo ago

Code Wiki: Accelerating your code understanding

richards
3pts1
go.dev 9mo ago

Flight Recorder in Go 1.25

richards
5pts0
seroter.com 10mo ago

Vibing options for whoever you are

richards
2pts1
queue.acm.org 1y ago

A holistic model for understanding the costs and value of software development

richards
1pts0
seroter.com 1y ago

Deploy Apps to Cloud Run from Cursor, Firebase, Google AI Studio, or Wherever

richards
4pts0
cloud.google.com 1y ago

The next generation of AI inference, powered by LLM-d

richards
4pts0
cloud.google.com 1y ago

Getting AI to write good SQL

richards
501pts358
research.google 1y ago

Parfait: Enabling private AI with research tools

richards
1pts0
seroter.com 1y ago

What does an AI-assisted developer workflow built around Gemini look like?

richards
1pts0
cloud.google.com 2y ago

How to build user authentication into your gen AI app-accessing database

richards
1pts1
opensource.googleblog.com 5y ago

The Open Source Insights Project

richards
6pts0
seroter.com 5y ago

Let’s compare the cloud shells offered by AWS, Azure, and GCP

richards
2pts0
seroter.com 5y ago

Let’s Compare the CLIs from AWS, Microsoft Azure, and Google Cloud Platform

richards
2pts0
seroter.com 6y ago

How to build or sustain a personal brand in tech

richards
2pts0
seroter.wordpress.com 6y ago

Let's look at your options for local development with Kubernetes

richards
2pts0
content.pivotal.io 6y ago

A Tech Comparison of API Gateways: Apigee Edge, Spring Cloud Gateway, and Ocelot

richards
3pts0
seroter.wordpress.com 7y ago

What happens to in-flight, long-running cloud functions when you update them?

richards
3pts0
seroter.wordpress.com 7y ago

Which of the 295,680 platform combinations will you create on Microsoft Azure?

richards
1pts0
medium.com 7y ago

Netflix Standardizes on Spring Boot as Java Framework

richards
30pts14
engineering.pivotal.io 8y ago

Getting Windows Containers Working in Cloud Foundry

richards
3pts0
seroter.wordpress.com 8y ago

Adding circuit breakers to .NET apps

richards
3pts0
www.bryanfriedman.com 8y ago

What's it like to deploy a Java app to all major PaaS platforms?

richards
1pts0
seroter.wordpress.com 9y ago

Traits of the best managers

richards
2pts0
seroter.wordpress.com 9y ago

Using Steeltoe for ASP.NET 4.x apps that need a (Spring Cloud) config store

richards
1pts0
www.infoq.com 9y ago

Modern dev practices (CI/CD, scripting) come to Salesforce with DX

richards
1pts0
code.facebook.com 10y ago

Facebook: Improving software RAID with a write-ahead log

richards
1pts0
seroter.wordpress.com 10y ago

Deploying a Go App to Cloud Foundry Using Visual Studio Code

richards
2pts0
Trillium TPU Is GA 2 years ago

[Google employee] Yes, you can use TPUs in Compute Engine and GKE, among other places, for whatever you'd like. I just checked and the v6 are available.

Keeping scrolling! Under GKE (managed Kubernetes), you see the call outs to EKS and AKS, respectively.

The Anthos point is that other clouds don't offer their k8s stacks as supported options on other clouds.

If you see things you find wrong in the table, let me know.

Disclaimer: I work in product management at Google Cloud

Good suggestion.

For me, use Docker if you want k8s started up every time you start Docker, and easy ingress. I don't love having a cluster always running, so I'm keeping the k8s function off by default.

Use kind if you want multi-node clusters, and a production-like simulation of your environment.

Use minikube for a straightforward dev experience, where you have control over k8s version, resource allocation, and don't need meaningful configuration of the control plane.

Honestly, this rarely seems to come down to cloud pricing considerations. Rather, the goal for most shops who choose something like PCF is to (a) simplify onboarding and ongoing work of devs since they don't need to learn the nuances of each cloud IaaS, (b) stripe a single ops model across each infrastructure pool, which matters since no enterprise of size is using only one. People buy because they struggle to ship, and PCF helps these big companies put their focus back onto shipping software, not where or how it runs.

Disclosure: I work at Pivotal.