K8S Story
Kubernetes is a platform for building platforms. It's a better place to start: not the endgame.
-- Kelsey Hightower
两年 K8S 心得
- 选用了 Traefik + Cert-Manager + Ext-DNS
- 用了 Prometheus-Operator 但觉得 Thanos 也很好
- 推崇 GitOps
- 推荐多使用 Operator 模式
- 外部资源交互
- 应用状态 - 例如应用 SQL 迁移
- 可以参考 kubebuilder
- Secret 管理依然困难
- 可以尝试 mozilla/sops
- K8S 原生 CI 和日志分析依然不太明确