# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/lk5s4fq
一文搞懂 Kuberntes Pod 網絡原理**
Kubernetes 網絡需求在深入研究數據包在 Kubernetes 集羣內部如何流動之前,讓我們首先明確 Kubernetes 網絡的需求。Kubernetes 網絡模型定義了一組基本規則:集羣中的 Pod 應該能夠自由地與任何其他 Pod 通信,而無需使用網絡地址轉換(NAT)。 在集羣節點上運行的任何程序都應該能夠與同一節點上的任何 Pod 通信,而無需使用 NAT。 每個 P ⌘ Read more