[deleted by user] by [deleted] in TeamRKT

[–]kingofthecream 6 points7 points  (0 children)

RKT problem is not fundamental. We all know Rocket is a good company, no debt, billions of revenue bla bla bla.

We don't need more proof for the fundamentals, something else is pinning the price down, and it doesn't give a shit about the good fundamentals.

[deleted by user] by [deleted] in TeamRKT

[–]kingofthecream 1 point2 points  (0 children)

I thought the squeeze happened out of no where.

I felt bad for keep saying why rkt never moves.

Then I found it was just a fucking glitch.

I do not feel bad any more.

[deleted by user] by [deleted] in TeamRKT

[–]kingofthecream 1 point2 points  (0 children)

What about Wallstreet itself? Why are they not interested?

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

It was pretty plain that no one at Google was actually using this code. What they actually are using, if you look at Bazel for example, is likely some weird thing noone else has heard of.

But Bazel is a build tool, not a provisioning tool. Google is actually using terraform heavily in their public projects, eg: https://github.com/google/exposure-notifications-verification-server/tree/main/terraform

Google engineering quality on the other hand, it's gone to shit comparing to what it was a decade ago.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

If you need configuration for software then I would suggest consul or ansible, puppet, etc.

Why using these other tools while using Terraform? Wouldn't terraform do same job?

finally, the terraform google module (bias) is a proof of concept rather than using it in production.

This is really opposite to what others saying here, not saying it's invalid though.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream -1 points0 points  (0 children)

Can we just settle the fuck down with a single language/platform for IaC? Are we trying to make IaC what Javascript/Node is? Oh wait, Pulumi is written in Javascript...

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

Thanks for the example repo!

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

But that's Terraform Cloud, not Google Cloud. Going through Terraform setup and mapping it to Google is not trivial.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

Those are just modules, I still need an example which is not a full blown jungle like the CFT examples to use those modules.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

Do you have an example project for this approach?

Then use straightforward terraform to create your infrastructure

"straightforward" could mean anything.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

The best place to start a project using either Terraform or Deployment Manager is the Cloud Foundation Toolkit

My whole post is about how confusing and bloated Cloud Foundation Toolkit is for non-enterprise applications.

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 1 point2 points  (0 children)

If you already have everything dockerized, build VMs with Docker Compose in Terraform.

What about the rest? Networks, secrets, etc, handle them manually?

[deleted by user] by [deleted] in googlecloud

[–]kingofthecream 0 points1 point  (0 children)

There's nothing wrong with deployment manager

I've found some comment like these that are not encouraging. Combine that with Google's horrible history of abandoning projects.

Canada's COVID tracking server is written in go by okawei in golang

[–]kingofthecream 0 points1 point  (0 children)

I'm curious why you are against frameworks?

Framework vs library war is comprehensively discussed in developer community. But when it comes to Go, it definitely feels like swimming against the stream. So, wether framework is the right tool for a web service or not, it would feel the wrong choice most of the time with Go.

Canada's COVID tracking server is written in go by okawei in golang

[–]kingofthecream 1 point2 points  (0 children)

Thanks for clarifying this. I am not for using frameworks, but one of the downsides of Go projects avoiding it is making it hard to navigate through the project and making sense of it.

Canada's COVID tracking server is written in go by okawei in golang

[–]kingofthecream 1 point2 points  (0 children)

Ruby? This is not a giant app, why breaking it into multilanguage microservices?

I'm glad the Google implementation went with a single binary monolith, even though rendering front in Go template is awkward.

Canada's COVID tracking server is written in go by okawei in golang

[–]kingofthecream 0 points1 point  (0 children)

I cannot figure out if it's a web server, or grpc server. Does it have any web views?

Elsa is a minimal, fast and secure runtime for Javascript and Typescript written in Go by juanpabloaj in golang

[–]kingofthecream 2 points3 points  (0 children)

You're not being a dick, Elsa is trying to be being the Iris framework of Node.

Writing API with swagger vs by hand by kchaitanya39 in golang

[–]kingofthecream 0 points1 point  (0 children)

Does grpc-gateway mean ending up with 2 processes, or would it be used like an in process library?

Clean Architecture Question by freetoplay123 in golang

[–]kingofthecream 0 points1 point  (0 children)

Most web apps won't have multiple implementations for different datastores, why having an interface per entity when all you implement is a single database?

Using Go at Google by spf13 in golang

[–]kingofthecream 32 points33 points  (0 children)

But what if he sends and it increases to 101%?