SRE二班-beta

@sre2

Public team

Community (0)
No community contribution yet

Joined on Sep 9, 2021

  • Docker Engine 維運 container 新增、刪除、修改、查詢 Docker 橋接網路
     Like  Bookmark
  • bigred@alp:~$ ls -l /proc/self/ns/ total 0 lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 cgroup -> 'cgroup:[4026531835]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 ipc -> 'ipc:[4026531839]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 mnt -> 'mnt:[4026531840]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 net -> 'net:[4026532000]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 pid -> 'pid:[4026531836]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 pid_for_children -> 'pid:[4026531836]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 time -> 'time:[4026531834]' lrwxrwxrwx 1 bigred bigred 0 Sep 30 10:45 time_for_children -> 'time:[4026531834]'
     Like  Bookmark
  • Docker 是一間公司 成名作是 container 2021年電腦基礎概論 container 就是貨櫃 就是一台電腦 Kubernetes 就是來管理、維運 container 的
     Like  Bookmark
  • 為何要虛擬化。 最大化電腦效能使用率 減少CPU的閒置 VT-x虛擬化技術使虛擬機可以使用真實CPU和記憶體 VT-d虛擬化技術使虛擬機可以使用所有硬體周邊 VT-X虛擬化技術主要是處理CPU部分 硬體要能輔助虛擬化,主機板跟CPU都需要有支援才可 VDI的始祖是citrix,技術是VMware的,這個階段的虛擬化界面幾乎都是虛擬的(CPU memory 硬體設備等)
     Like  Bookmark
  • 個人電腦的基本元件: CPU 主機板 硬碟 記憶體 CPU(Central Processing Unit) 桌上型CPU 兩大廠商
     Like  Bookmark
  • 硬碟會在最外層,因為比較需要經常更換,容量滿了或是容易故障。 基本上24個記憶體插槽 要使用哪些記憶體取決於CPU插在哪裡 電源供應器 兩個的電源供應來自不同地方 idrac 監控伺服器的硬體狀態
     Like  Bookmark