Viewing profile — pst
pst
HN member- Joined
- Sat, Dec 04, 2010, 6:18 PM UTC
- HN karma
- 111
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About pst
www.kubestack.com
Recent public activity
-
comment
Comment #47834959
Cool project. Love the clean look.
-
comment
Comment #45544553
I've been building a frontend with Go, Templ and Datastar for a few months now. I really like the @actions and how the page is updated with the response. I'm on the fence about sig…
-
comment
Comment #45273809
This is awesome. Having a single state for all resources in an environment is critical for keeping all the moving pieces in check and a core design aspect of Kubestack. But the gro…
-
comment
Comment #45051426
A lot of work that apparently is not valued enough to justify paying for.
-
comment
Comment #45050800
You're not wrong. They add miniscule value. But what does that say about the people using these images who are now struggling to replace them?
-
comment
Comment #44140507
Everything under internal did discourage me from trying templUI too. What's the reason for it?
-
comment
Comment #44140466
I'm working on an application and use Fiber, Templ and Datastar to keep my frontend in Go, like my backend. I'm overall quite happy with this approach. But Datastar tries to do bot…
-
comment
Comment #37347020
But is the icon going to be a syringe, a pill or a tombstone?
-
story
Ask HN: How to ensure correct access across all SaaS services
Here's the problem, whenever I get onboarded to a new team, it's an endless stream or asking someone to be added to this other GHE repository, get access to a specific Jira board o…
- story
-
comment
Comment #35677199
We've got some overlap on the stack part. But I am more focused on the infra side of platform engineering (including bootstrapping clusters), seems for you it's more app dependenci…
- story
-
comment
Comment #33789276
Giving teams more insights into their apps at runtime without requiring changes to the apps is as close as one gets to a superpower.
-
comment
Comment #33787201
It's funny, as someone proposing frameworks make sense in IaC (Terraform in my case), how the framework/no-framework topic apparently never gets old.
-
comment
Comment #31549123
But if you create a configmap to store that label isn't that state? It may be more lightweight than what Terraform or Helm store, but it's still state.
-
comment
Comment #31540172
Yes, conditionals and loops in TF are limited and have various annoying and surprising edge cases. But if something is hard to do with the Terraform DSL it's usually a good idea to…
-
comment
Comment #31540092
Flux, IIRC, uses labels or annotations to do purging. Helm I'd argue falls into the state category with the secrets if uses to track releases. I do everything with Terraform so I'm…
-
comment
Comment #31540058
It's not trivial to get the labels correct to avoid collateral deletions. Also, while it makes sense, I and many teams I consulted with found it rather unintuitive that apply --pur…
-
comment
Comment #31540024
Keeping the tombstones around in the configuration I have to maintain instead of the state the tool maintains for me also increases the effort for me though. So either I have the e…
-
comment
Comment #31540012
Yes, but setting up and handling edge cases of Terraform state causes the effort. Once you have it, storing just IDs or more doesn't make a difference anymore.
-
comment
Comment #31538008
This doesn't work unless your infrastructure is entirely static. As soon as you have active control loops like e.g. an autoscaler it will create resources that you don't know about…
-
comment
Comment #31537970
The delete this approach is imperative though. If you aim to be declarative you need a way for the tool to be able to determine actions necessary to go from current to new desired …
-
comment
Comment #31537939
I maintain a Terraform provider for Kubernetes. And one of the main reasons for that is because the Terraform state ensures purging of deleted resources. Something that kubectl is …
-
comment
Comment #31270138
It's a little unfortunate, the canonical URL was picked up. While yes, this was originally posted on thenewstack.io I updated it to the latest versions of the providers and modules…
- story