sredevops01 | 1 year ago | on: Ask HN: Azure Ran Out of Capacity?
sredevops01's comments
sredevops01 | 1 year ago | on: Ask HN: Azure Ran Out of Capacity?
sredevops01 | 2 years ago | on: Single alerts API for all monitoring tools
This tool is rather smart, if it can hook into all the services then let me funnel it to Log Analytics that would be cool.
Not sure the value for others but using multiple platforms, our logs are everywhere. Would be nice to connect them all to Microsoft LAW then slowly replace each integration when possible.
sredevops01 | 2 years ago | on: Ask HN: How to survive indefinite DDoS attack?
The best thing I found was dummy pages to block IPs of bad actors. Also, serving different urls with JS enabled versus disabled, but showing your page as something that works without JS.
Unfortunately, as good as CloudFlare is, their layer-7 isn't going to help you if someone is targeting you.
sredevops01 | 2 years ago | on: Ask HN: Are there good Cloudflare alternatives? e.g., edge cache, firewall
sredevops01 | 2 years ago | on: Ask HN: Are there good Cloudflare alternatives? e.g., edge cache, firewall
sredevops01 | 2 years ago | on: Ask HN: Are there good Cloudflare alternatives? e.g., edge cache, firewall
sredevops01 | 2 years ago | on: The OpenTF Manifesto
sredevops01 | 2 years ago | on: Ask HN: Would you load balance traffic without CDN
sredevops01 | 2 years ago | on: Ask HN: Would you load balance traffic without CDN
For load balancing, all you need to do is CNAME your customer to your firewall/load balancer. So you aren't using A records for this. For example, in Azure, if you spin up a traffic manager, you would get an cname like "mytrafficmanager.trafficmanager.com" and your CNAMe for www.mysite.com would point to mytrafficmanager.trafficmanager.com.
However, in this case, you would also want your customers to point to something like customer.mysite.com so that if you move from GCP/Azure to something else, you can handle that record and migrate them during a failover, incident, or any other reason.
Edit: And have customer.mysite.com point to the "mytrafficmanager.trafficmanager.com"