Tag

Domain

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Sep 18, 2023 · Fundamentals

DNS Load Balancing: Mapping One Domain to Multiple IPs and Resolution Strategies

The article explains how DNS load balancing enables a single domain name to resolve to multiple IP addresses, describes common DNS resolution strategies such as round‑robin, weighted, and response‑time, and outlines the advantages and limitations of using DNS for load distribution.

DNSDomainWeighted DNS
0 likes · 6 min read
DNS Load Balancing: Mapping One Domain to Multiple IPs and Resolution Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Sep 24, 2019 · Cloud Native

Step-by-Step Guide to Changing Domain Names from OpenShift 3.9 (ocp6) to ocp7

This article documents a complete, tested procedure for modifying the domain name of an OpenShift 3.9 cluster from ocp6 to ocp7, covering two configuration methods, required file edits, service restarts, route updates, OAuth client adjustments, and common pitfalls with screenshots and command examples.

DevOpsDomainKubernetes
0 likes · 10 min read
Step-by-Step Guide to Changing Domain Names from OpenShift 3.9 (ocp6) to ocp7
Qunar Tech Salon
Qunar Tech Salon
Mar 30, 2015 · Backend Development

Lesser‑Known but Practical Features of Google Guava

This article explores several under‑used yet useful Google Guava utilities—including unsigned primitive types, 128‑bit MurmurHash, InternetDomainName parsing, class‑path reflection, and CharMatcher string handling—providing code examples and explanations of how they can improve Java development efficiency.

DomainGuavaJava
0 likes · 9 min read
Lesser‑Known but Practical Features of Google Guava