# 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/4b775ga
淺談 K8s Service 網絡機制**
王成,騰訊雲研發工程師,Kubernetes member,從事數據庫產品容器化、資源管控等工作,關注 Kubernetes、Go、雲原生領域。概述-----Service 作爲 K8s 中的一等公民,其承載了核心容器網絡的訪問管理能力,包括:暴露 / 訪問一組 Pod 的能力 Pod 訪問集羣內、集羣外服務 集羣外客戶端訪問集羣內 Pod 的服務 無論是作爲應用的開發者還是使用 ⌘ Read more