πŸ’Ύ Archived View for jaeyoung.se β€Ί journal β€Ί 12283.gmi captured on 2023-07-22 at 16:44:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

-=-=-=-=-=-=-

2022-02-21

Stop Computer Networking

While I was following

the Kubernetes The Hard Way

on the laptop with Vagrant VMs, I was reminded of the conviction that I had been holding: a general application should not deal with computer networking. That is, it should not concern with host addresses or ports or HTTP protocols or anything. Instead, it should work above a messaging abstraction provided by something like

NATS

or Kafka or such.

If the application requires low network latency such as video streaming, then it would need to deal with networking. But for an application that processes JSON messages and operates near the business level, the complexity of configuring networking is simply unjustified. Ideally, it would only need to know how to connect to a message broker and get all messaging done through it. It should even dispense with DNS. Any application that relies on DNS for service discovery has a tendency of being subtly broken.

Alas, a saner networking abstraction is not a norm, and that means I have to configure network overlay and DNS server, go through all their platform-specific details, to have a usable Kubernetes cluster.

μ„œμ‹œ / μœ€λ™μ£Ό

μ£½λŠ” λ‚ κΉŒμ§€ ν•˜λŠ˜μ„ 우러러

ν•œ 점 λΆ€λ„λŸΌμ΄ μ—†κΈ°λ₯Ό,

μžŽμƒˆμ— μ΄λŠ” λ°”λžŒμ—λ„

λ‚˜λŠ” κ΄΄λ‘œμ›Œν–ˆλ‹€.

별을 λ…Έλž˜ν•˜λŠ” 마음으둜

λͺ¨λ“  μ£½μ–΄κ°€λŠ” 것을 μ‚¬λž‘ν•΄μ•Όμ§€

그리고 λ‚˜ν•œν…Œ 주어진 길을

κ±Έμ–΄κ°€μ•Όκ² λ‹€.

였늘 밀에도 별이 λ°”λžŒμ— μŠ€μΉ˜μš΄λ‹€.