owned this note changed 3 years ago
Linked with GitHub

從實戰經驗看到的 K8s 導入痛點 - 黃保翕(Will 保哥)

歡迎來到 Kubernetes Summit'20 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

共筆入口:https://hackmd.io/@k8ssummit/20
手機版請點選上方 按鈕展開議程列表。

從這開始

缺乏容器化技術的使用經驗

組織文化

  • 康威定律(Conway's Law)
  • 敏捷文化
    • 降低浪費

複雜的部署環境

  • 混合windows 與 lunux
  • 部署架構混亂且缺乏彈性
    • 為了節省ip而將大量服務塞在同一台主機上
    • 大量的組態飄移(Configuration Drift)導致無人可掌握部署環境
    • 部署架構缺乏彈性
  • 效能調校的經驗不足
    • 遇到效能問題先調DB索引
    • 無法有效率使用cpu/memory資源
  • 錯誤的認知跟期待
    • 我的服務絕對不能斷線 -> 最低容忍 Zero Downtime Updates
tags: k8ssummit20 k8s
Select a repo