HackerTrans
トップ新着トレンドコメント過去質問紹介求人

10ko

no profile record

投稿

Unlimited Serverless observability in minutes. New platform in town

functionmetric.com
4 ポイント·投稿者 10ko·3 年前·0 コメント

HCP Vault General Availability

hashicorp.com
1 ポイント·投稿者 10ko·5 年前·1 コメント

コメント

10ko
·5 年前·議論
I cannot stop thinking this guy is describing what we do at https://garden.io.

He seems to go on describing the Stack Graph and the build/test/deploy/task primitives, the unified configuration between environments, build and test results caching, the platform agnosticism (even though we are heavy focused on kubernetes) and the fact that CI can be just a feature, not a product on itself.

One thing I definitely don't agree with is: "The total addressable market for this idea seems too small for me to see any major player with the technical know-how to implement and offer such a service in the next few years."

We just published the results from an independent survery we commissioned last week and one of the things that came out is: it doesn't matter the size of the company, the amount of hours teams spend mantaining this overly complex build systems, CI systems, Preview/Dev environments etc. is enormous and often is object of the biggest complaints across teams of Tech organizations.

So yeah, I agree with the complexity bit but I think the author is overly positive about the current state of the art, at least in the cloud native world.
10ko
·5 年前·議論
(Garden engineer here) You can take a look at the container module type guide to get a feel for how we reason with volumes. We have a persistentVolumeClaim module type which can used by container modules and that essentially creates a k8s pvc.

See more: https://docs.garden.io/guides/container-modules#mounting-vol...