HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rsmets

no profile record

Submissions

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

2 points·by rsmets·قبل 3 سنوات·4 comments

Ask HN: Best Data Security / Privacy Vault Vendors?

1 points·by rsmets·قبل 4 سنوات·0 comments

Ask HN: Kubernetes Firewall?

2 points·by rsmets·قبل 5 سنوات·3 comments

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

2 points·by rsmets·قبل 5 سنوات·1 comments

comments

rsmets
·قبل 3 سنوات·discuss
Oops, forgot to include the Hystrix link, https://github.com/Netflix/Hystrix
rsmets
·قبل 5 سنوات·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 سنوات·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 سنوات·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 سنوات·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!