#gcp (2020-01)

Google Cloud Platform

2020-01-28

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
08:55:02 PM

@Erik Osterman (Cloud Posse) has joined the channel

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)
09:21:30 PM

@Andriy Knysh (Cloud Posse) has joined the channel

Chris Fowles avatar
Chris Fowles
10:31:33 PM

@Chris Fowles has joined the channel

Chris Fowles avatar
Chris Fowles

@albttx - i’ve done a little bit with app engine and happy to answer what i can

2
albttx avatar
albttx
10:32:23 PM

@albttx has joined the channel

ballew avatar
ballew
12:08:09 AM

@ballew has joined the channel

Mahesh avatar
Mahesh
02:10:50 AM

@Mahesh has joined the channel

Jonathan avatar
Jonathan
06:51:20 AM

@Jonathan has joined the channel

2020-01-29

Nikola Velkovski avatar
Nikola Velkovski
08:10:22 AM

@Nikola Velkovski has joined the channel

Oliver Slater - Piksel avatar
Oliver Slater - Piksel
02:29:51 PM

@Oliver Slater - Piksel has joined the channel

Ruslanas avatar
Ruslanas
07:09:27 PM

@Ruslanas has joined the channel

albttx avatar

Hey @Chris Fowles, sorry i just saw your message, i rage quit app engine because i understood that google download the code and compile it in their backend, it’s not just taking the binary and in my monorepo it wasn’t working. But i discovered cloud run that’s way more easy so my architecture is:

• 3 backend api (dockerized) on cloud run

• 1 psql database

• 1 front end (made with nuxt, it’s on app engine work like a charm) I’m using terraform,

albttx avatar

i had few questions about how to organize that

albttx avatar

my 3 services expose 3 endpoints

• /auth

• /users

• /threads but i don’t find a service for routing…

Chris Fowles avatar
Chris Fowles

i’ve not used cloudrun yet unfortunately

Chris Fowles avatar
Chris Fowles

something cloudendpoints might do the trick though https://cloud.google.com/endpoints/docs/openapi/

2020-01-30

albttx avatar

Yes, but there is no dispatch file for cloud run, and Cloud endpoints is in beta, to run you need a to deploy their proxy on cloud run, so it’s will double the cold run…

I’ll run cloud compute with a nomad cluster it’s will be easier

albttx avatar

Gcp is really missing an api gateway…

Pablo Costa avatar
Pablo Costa
07:26:19 PM

@Pablo Costa has joined the channel

Chris Fowles avatar
Chris Fowles

they acquired apigee a little while back and i was really expecting them to come out with a decent solution built on that pretty quickly but from what i’ve seen interacting with their sales teams the apigee stuff seems to be more co-sold than sold as a gcp service

Chris Fowles avatar
Chris Fowles

the advantage of could run (and appengine standard env) is that you can scale down to 0 very easily with pretty quick cold starts

Chris Fowles avatar
Chris Fowles

to achieve this you have to make a fair few concessions to an opinionated platform (as with anything like this)

Chris Fowles avatar
Chris Fowles

if you can’t make those concessions for business or technical reasons it makes sense to fall back to a lower level compute platform

Chris Fowles avatar
Chris Fowles

either gke or compute engine

Jim Park avatar
Jim Park
12:36:56 AM

@Jim Park has joined the channel

wave1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Thanks @Chris Fowles ! Really insightful

2020-01-31

Patrick M. Slattery avatar
Patrick M. Slattery
03:51:54 PM

@Patrick M. Slattery has joined the channel

    keyboard_arrow_up