Search: "setting domain"
Tengine, Docker, and PHP Application Best Practices blog
interpreter as backend. Because this is a "Best Practices" type of article, we are setting up a Server Load Balancer to ...
A Detailed Introduction to TCP blog
timeout setting exists, which is 2 * MSL (RFC793 defines MSL as 2 minutes and Linux as 30s). If the time exceeds this limit, the current TCP channel is defined as closed. ...
11 Security Recommendations for Production Instances on Alibaba Cloud blog
console password. To Audit your security setting visit the RAM console at https://ram.console.aliyun.com/overview ![1](https ...
Hystrix vs. Sentinel: A Tale of Two Circuit Breakers (Part 2 blog
`, setting the mode to be exception ratio, the threshold to 0.5 (1 out of 2), and the recovery time to 10 seconds. The ...
CRI and ShimV2: A New Idea for Kubernetes Integrating Container Runtime blog
responsible for setting up the Hypervisor, helping me run this small VM. Therefore, we need to think about how to make Kubernetes operate ...
Creating a Shop Search System with Geo Indexes blog
design multi-dimensional combination queries for index fields. By setting and selecting different query parameters, different query ...
Table Store practice: Easily implement tracking management and geo-fencing blog
for index fields. By setting and selecting different query parameters, different query criteria and different sorting methods ...
Detailed Explanation of Guava RateLimiter's Throttling Mechanism blog
, which complies with the setting of releasing five tokens per second. * get 1 tokens: 0.0s * get 1 tokens: 0.182014s ...
Knowledge sharing - Introduction to the Spring Cloud Bus message bus blog
(spring.cloud.bus.id of node2 is set to `rocketmq-bus-node2:10002`, which matches the setting on node1) to modify the configuration ...
Kubernetes Application Management - Upgrade (1 blog
failureThreshold: 3 ... ``` ## Configuring Strategies You can configure the pod replacement strategies by setting various ...