owned this note changed 9 months ago
Linked with GitHub

雲端 101 :介紹專有名詞與「容器」 - James Kuo-Ping Lo (Misawai)

歡迎來到 https://hackmd.io/@coscup/2024 共筆

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 →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

請從這裡開始

簡報

雲端是什麼?

  • 可以輕易透過網際網路存取的一堆電腦

公有雲

  • 有專門的人負責管理

私有雲

  • 架給自己人使用
  • 可以自己架(如 NAS)

混合雲

  • 公有雲跟私有雲都用
  • 混合公有雲與私有雲的優缺點

優缺點比較

容器Container

從使用者的角度來看

  • 硬體
  • 作業系統(分配與調度硬體資源)
  • 應用軟體

從使用者的角度來看 - 虛擬機器virtual machines

  • 由 Hypervisor 模擬獨立的電腦來跑多個系統跟程式
  • 因為在作業系統上面要再跑另一個作業系統,所以效能較差

從使用者的角度來看 - 容器Container

  • 在主端系統上面直接模擬出客端的系統
  • 資源使用相對較低

Kubernetes

  • 可以很好的去管理/整合多個容器及基於這些容器所運行的程式

Cloud 101 Cheet Sheet

  • Tools for develop and deploy
    • Docker
    • Kubernetes
Select a repo