Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cwiggs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cwiggs
9mo ago
Curious how you run things and have good work life balance for your employees, with so few people? Especially with the migration to k8s. K8s is much more complex than Heroku, some even say it requires an entire infra engineering team to man
2.
▲
by
cwiggs
2y ago
Anyone know how this compares with stackgres and cloudnative-pg? Looks like this supports mysql and mongodb, which the others don't.
3.
▲
by
cwiggs
2y ago
Sure you can use an AWS ASG, but I assume you also tie that into an AWS AlB/NLB. Then you use ACM for certs and now you are locked in to AWS times 3. Instead you can do those 3 and more in k8s and it would be the same manifests regard
4.
▲
by
cwiggs
2y ago
I think what they should have said is "there isn't a tool like Helm for ECS" If you want to deploy a full prometheus, grafana, alertmanager, etc stack on ECS, good luck with that, no one has written the task definition for y
5.
▲
by
cwiggs
2y ago
It doesn't have to be that way though. You can use the AWS ingress controller, or you can use ingress-nginx. You can use external secrets operator and tie it into AWS Secrets manager, or you can tie it into 1pass, or Hashicorp Vault.
6.
▲
by
cwiggs
2y ago
I agree with this somewhat. The other day I was driving home and I saw a sprinkler head and broke on the side of the road and was spraying water everywhere. It made me think, why aren't sprinkler systems designed with HA in mind? Wh
7.
▲
by
cwiggs
2y ago
k8s is complex, if you don't need the following you probably shouldn't use it: * Service discovery * Auto bin packing * Load Balancing * Automated rollouts and rollbacks * Horizonal scaling * Probably more I forgot about You also
8.
▲
by
cwiggs
2y ago
Helm Charts and Terraform are different things IMO. Terraform is better used to deploying cloud resources (s3 bucket, EKS cluster, EKS workers, RDS, etc). Sure you can manage your k8s workloads with Terraform, but I wouldn't recommend
9.
▲
by
cwiggs
2y ago
Most people on Nostr are pro Bitcoin, not pro cryptocurrency. Bitcoin and crypto are not the same. There have been tons of scams in crypto, but not in Bitcoin. Sure there were people who created a scam and told people to send them their
10.
▲
by
cwiggs
2y ago
This has been my experience as well. e.g. if you read anything on your local cities subreddit you will think everyone in the city is left leaning. You will think that anyone who isn't left leaning is the devil; they are pedophiles, co
11.
▲
by
cwiggs
3y ago
Very cool stuff. This type of life is why I originally got into tech. Few thoughts: - I wish this guy had a personal blog that I could subscribe to. I like that post, but I could care less about the rest of the blog posts on his employers s
12.
▲
by
cwiggs
3y ago
All the cloud providers offer a storage class for k8s. The storage class allows you to tell k8s that you want a persistent volume (PV) and it will make API calls to the cloud provider to get you a block storage device. You can tell k8s yo
13.
▲
by
cwiggs
3y ago
IME yes, yes it is. I usually tell people running a k8s cluster is similar to running your own "cloud". If you want to just deploy an EC2 instance you just tell AWS you want an EC2 instance and you are done (mostly). You don&#x
14.
▲
by
cwiggs
3y ago
> ...the problem arises immediately when you try to resize a data volume and you can't because the API doesn't support it What API doesn't support it? k8s has support for resizing PVs and has for a while now. AFAIK all 3
15.
▲
by
cwiggs
3y ago
This seems to be the common advise given, but I don't fully agree. There have been many times in my career where a DB was on a VM with the storage attached via a cloud providers block storage. When asked if we should move it to k8s,
16.
▲
by
cwiggs
3y ago
Proxmox already has clusters that allows you to live migrate VMs between nodes.
17.
▲
by
cwiggs
3y ago
How do you like this setup? I've been thinking of moving from docker-compose to podman, specifically using the [podman-play-kube]( https://docs.podman.io/en/v4.2/markdown/podman-play-kube.1.h... ) but have
18.
▲
by
cwiggs
3y ago
I'm sad there isn't any talk about nostr on here. Even if Reddit dies and everyone moves to Lemmy or some other alternative it's only a matter of time before something similar happens to Lemmy. Sure with Lemmy it wouldn
19.
▲
by
cwiggs
3y ago
Maybe they can find a local Hackerspace that will help get a better dev environment setup? If the have tech skills I would think they could get a basic job easily.
20.
▲
by
cwiggs
3y ago
Generally curious, how are trans people loosing access to health care in red states?
21.
▲
by
cwiggs
3y ago
How many servers do you have on this setup? How do you handle persistent storage with docker swarm?
22.
▲
by
cwiggs
4y ago
What phone do you have that has a battery that big?
23.
▲
by
cwiggs
4y ago
Thing that kills the dells is soldered on ram. Framework is much better than any of these dells and usually cheaper.
24.
▲
by
cwiggs
4y ago
How is ceph on the RPIs?
25.
▲
by
cwiggs
4y ago
IME it's very difficult to find hardware for 10" racks in the US.
26.
▲
by
cwiggs
5y ago
Very cool idea. I'd love to hear more about how the back end works and what types of software you wrote to interact with the Minecraft server.
27.
▲
by
cwiggs
5y ago
That's an interesting setup, I'd love to hear more. Do you have a wifi antenna hooked up to the pi?
28.
▲
by
cwiggs
5y ago
How should one create kubernetes infrastructure then?
29.
▲
by
cwiggs
5y ago
If anyone in the Phoenix Metro area is looking to team up with someone to start a WISP let me know, I'd love to get this setup in PHX.
30.
▲
by
cwiggs
6y ago
Good point. I think it might be more important with SSDs actually when they fail they typically fail 100%. When HDDs fail you can sometimes get some data off or even use software tools to repair the disk(s) and get all your data back.
More ›