# 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/amphtaq
從 Go 程序第一行代碼,到在 K8s 上運行,要經歷多少步?**
大家好,我是網管。咱們的 K8s 入門和實踐,在經歷了三篇理論知識的後,相信各位都已經期待許久(可能的吧),就差私信我:“你整着理論整半天有啥用,本大人寫的程序怎麼能放到 K8s 上運行”。別急,今天這篇文章就帶你從寫第一行代碼開始,一步步教你把程序放到 K8s 跑起來。這次咱們先用 Go 做個例子,後面再寫一篇怎麼把 Spring Boot 應用放到 K8s 上運行。本文的重點,不在於那種語言寫 ⌘ Read more