Viewing profile — phillu
phillu
HN member- Joined
- Sun, Jul 19, 2015, 9:57 AM UTC
- HN karma
- 47
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About phillu
Recent public activity
-
comment
Comment #40582156
What deployment orchestration tool would one use in such a case? Is it just plain systemd/docker compose and a shell script? I surely want zero downtime for my deployments. Do I th…
-
comment
Comment #34666427
Hey folks, I built flynnt, a provider-independent Kubernetes-as-a-Service product. Flynnt hosts your k8s control plane and makes it easy to add compute nodes from anywhere. The com…
- story
-
comment
Comment #33259920
This is not the case for us. Support is automatically enabled for all the accounts we create in our Organization. Not sure if this depends on company size though
-
comment
Comment #33036456
I don't agree that this simple query wouldn't be as nice with boto3. But combining different services is definitely a nice feature, if you have the use case for it.
-
comment
Comment #32489002
I had great success with unit testing the lambda code and mocking external/aws services. For serious software you want a proper local/unit test setup anyway. Using this in your dev…
-
comment
Comment #31998474
That is really not my experience at all. Every professional smaller team I worked with "usually" had this figured out and set up. In times of home office, no one wants to be at the…
-
comment
Comment #31692383
This sounds like a company I would never want to work for. No one is positive and happy all the time and having to fake it "as a job requirement" sounds wrong on so many levels.
-
comment
Comment #30943627
That's something I find so fascinating. The "cloud" will almost always be more expensive and "not worth it" if you are only using the IaaS services. I mean, look at the numbers, ev…
-
comment
Comment #30682753
I guess there are more things to consider when choosing a software product then poor security defaults and that it feels expensive.
-
comment
Comment #30493467
You are not the only one. Anecdotal, but I have seen far more unmaintainable, half-assed, 1000-line build.sh scripts than Ansible scripts.
-
comment
Comment #30397395
Enterprise Support never disappointed me so far. Maybe not <10 minute response time, but we never felt left alone during an outage. But I guess this is also highly region/geo depen…
-
comment
Comment #29056300
Exactly my thought. This in combination with a Twitch/YouTube influencer!?
-
comment
Comment #29056192
Crazy numbers. Is there something comparable in terms of show format in the US/Europe? Or is this something to swap over from China and which Amazon will pick up on in the next mon…
-
comment
Comment #28861118
I'm using this to compile typescript lambda functions for AWS with great success. Combined with cdk and its NodeJsFunction you can even deploy/compile without local docker.
-
comment
Comment #25166157
Kaniko is a choice: https://github.com/GoogleContainerTools/kaniko Userland docker builds
-
comment
Comment #15312759
Can you explain what you mean? What is OpenStack for?
-
comment
Comment #12319211
In my experience using a framework does not prevent spaghetti code.
-
comment
Comment #11064499
Which will be far more than $1.50/month to support that many users. I guess.
-
comment
Comment #10942040
Can someone point me to information on how to tune the linux kernel or OS to handle such large amounts of TCP connections? I encountered problems with the default kernel configurat…