HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rsmets

no profile record

Submissions

Ask HN: Modern Node.js Request Fault Tolerance Library?

2 points·by rsmets·3 years ago·4 comments

Ask HN: Best Data Security / Privacy Vault Vendors?

1 points·by rsmets·4 years ago·0 comments

Ask HN: Kubernetes Firewall?

2 points·by rsmets·5 years ago·3 comments

Ask HN: What Back End Framework with User Management Is Your Favorite?

2 points·by rsmets·5 years ago·1 comments

comments

rsmets
·3 years ago·discuss
Oops, forgot to include the Hystrix link, https://github.com/Netflix/Hystrix
rsmets
·5 years ago·discuss
Does GPC support ipv6 only subnets? Some cursory pokes around I can not tell. (I really only work with AWS). Azure? Any other notable services providers have done this yet? I can not tell if this is long overdue or actually something to take note of.
rsmets
·5 years ago·discuss
I consider Clouflare to be the least reliable cloud service provider out there. So many CDN and DNS related outages thanks to poor engineering release practices. Considering those are their bread and butter services I wouldn't ever rely on any of their other services.
rsmets
·5 years ago·discuss
@sungrokshim, thanks for the input. Wallaram is on my radar. Glad to hear it recommended though.

With your setup (cert-manager + ALB + nginx-ingress) I suppose you are using the private ACM certs? Or does having nginx-ingress in the mix allow you to use certs from other CAs, i.e. letsencrypt?
rsmets
·6 years ago·discuss
Neat idea and the ease of use is certainly attractive! I have a question though...

Couldn't one simply use a traditional CDN where ever their customers are which would then allow the inbound network requests to jump on private interface routing to where ever the app truly lives quicker - essentially making for a more responsive "business logic" app feel? If all infrastructure was on the same cloud provider, say AWS.

I understand this approach is less dynamic in nature but would have been a solution for the Ars Technica problem presented I feel. If not, what am I missing? Thanks!