Luke Schlangen
Luke Schlangen
In draft for now as I go through the [updated Quickstart](https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster) for Autopilot (checking to make sure this does clear the warning).
It seems like this warning might be shown inaccurately (requires setting limits in order to not get the error). I'm going to close this for now since the service should...
Reopening. Will test again next week to see if the limit bug has been fixed. Then I'll drop the numbers down.
I agree that we shouldn't use "dev". I'm not familiar enough with Sveltekit to know, but I think "preview" might be the recommended way? Can we hold off on closing...
After more exploration, I now agree with @kennethye1. Working with SvelteKit's [node-adapter](https://kit.svelte.dev/docs/adapter-node) docs, this was the shortest path I could find to deploying a SvelteKit application out of the box....
## TL;DR The SvelteKit team seems open to [a change](https://github.com/sveltejs/kit/issues/11951) that would allow us to deploy SvelteKit applications out of the box if Cloud Buildpacks can: 1. Detect a SvelteKit...
@jinglundong - The SvelteKit maintainers would prefer that our environment variable stay specific to Cloud Run ([Link to conversation](https://github.com/sveltejs/kit/issues/11951#issuecomment-2008354226)). 1. Detect a SvelteKit Application * Contains `svelte.config.js` file * Check...
Definitely! Do you have the original diagram for this image available in an editable format somewhere? https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/docs/img/architecture-diagram.png I think we can communicate our idea most clearly by adding three boxes...
The Back Office Application would be a standalone application that would be an optional integration (like the redis database). Here is the general idea for integrating: ![Back Office Application to...
We're still not sure what would be the best way to integrate this "back office" application into the Microservices Demo. I think we will have to build and test a...