Marcos的方格子
Marcos談科技
42
免費公開
1
付費限定
房間資訊
歡迎來到「Marcos談科技」,在這裡,我分享自己在工作上學到的知識和經驗,以及對於最新科技趨勢的觀察和見解。我致力於以清晰易懂的方式分享複雜的科技概念,讓每位讀者都能輕鬆跟上科技的步伐。
全部
全部
全部類型
免費與付費
最新發佈
最新發佈
Marcos
2025/12/12
〔CKS 筆記整理〕K8S Admission Control 完全攻略:從原理到 OPA Gatekeeper 範例
在 Kubernetes 的 Security Model 中,許多人誤以為只要設定好 Authentication (身分認證) 和 RBAC (權限控制),Cluster 就安全了。然而,真正決定一個 Object 能否被寫入 etcd 的關鍵檢查點,是 Admission Controller
#
Kubernetes
#
網站可靠性工程
#
OPAGatekeeper
1
Marcos
2025/12/12
〔CKS 筆記整理〕K8S Admission Control 完全攻略:從原理到 OPA Gatekeeper 範例
在 Kubernetes 的 Security Model 中,許多人誤以為只要設定好 Authentication (身分認證) 和 RBAC (權限控制),Cluster 就安全了。然而,真正決定一個 Object 能否被寫入 etcd 的關鍵檢查點,是 Admission Controller
#
Kubernetes
#
網站可靠性工程
#
OPAGatekeeper
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes Pod Security 演進與實戰指南:從 PSP 到 PSA
本文深入了解 Kubernetes Pod 安全性演進。內容涵蓋從 PSP 到 PSA 的轉變歷程、PSA 架構原理、Pod Security Standards (PSS) 安全標準解析,以及生產環境的遷移與配置實戰建議。
#
網站可靠性工程
#
Kubernetes
#
PodSecurity
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes Pod Security 演進與實戰指南:從 PSP 到 PSA
本文深入了解 Kubernetes Pod 安全性演進。內容涵蓋從 PSP 到 PSA 的轉變歷程、PSA 架構原理、Pod Security Standards (PSS) 安全標準解析,以及生產環境的遷移與配置實戰建議。
#
網站可靠性工程
#
Kubernetes
#
PodSecurity
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes RuntimeClass:從 CRI 演進到選擇各場景 RuntimeClas
這篇文章將帶您回顧 Kubernetes CRI 的演進歷史,理解為何我們需要 RuntimeClass,並深入解析如何在生產環境中正確配置與管理多租戶與多元業務場景。
#
Kubernetes
#
RuntimeClass
#
多租戶
2
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes RuntimeClass:從 CRI 演進到選擇各場景 RuntimeClas
這篇文章將帶您回顧 Kubernetes CRI 的演進歷史,理解為何我們需要 RuntimeClass,並深入解析如何在生產環境中正確配置與管理多租戶與多元業務場景。
#
Kubernetes
#
RuntimeClass
#
多租戶
2
Marcos
2025/12/11
〔CKS 筆記整理〕深入 Kubernetes 資源管理:從 ResourceQuota 到 Cgroups 的運作機制
這篇文章將帶您從最上層的「多租戶治理策略」開始,一路向下挖掘,直到最底層的 Container Runtime 與 Linux Kernel Cgroups 是如何協同運作,來確保這些限制生效的。
#
Kubernetes
#
ResourceQuota
#
LimitRange
1
Marcos
2025/12/11
〔CKS 筆記整理〕深入 Kubernetes 資源管理:從 ResourceQuota 到 Cgroups 的運作機制
這篇文章將帶您從最上層的「多租戶治理策略」開始,一路向下挖掘,直到最底層的 Container Runtime 與 Linux Kernel Cgroups 是如何協同運作,來確保這些限制生效的。
#
Kubernetes
#
ResourceQuota
#
LimitRange
1
Marcos
2025/12/10
〔CKS 筆記整理〕從 Ingress 到 Gateway API:Kubernetes 流量管理架構的演進與未來
這篇文章將帶您深入探討 Kubernetes 的流量入口架構,剖析 Ingress 的設計哲學與限制,並解析下一代標準 Gateway API 如何透過「角色導向」的設計解決當前的 Ingress 架構瓶頸。
#
Kubernetes
#
CKS
#
GatewayAPI
2
Marcos
2025/12/10
〔CKS 筆記整理〕從 Ingress 到 Gateway API:Kubernetes 流量管理架構的演進與未來
這篇文章將帶您深入探討 Kubernetes 的流量入口架構,剖析 Ingress 的設計哲學與限制,並解析下一代標準 Gateway API 如何透過「角色導向」的設計解決當前的 Ingress 架構瓶頸。
#
Kubernetes
#
CKS
#
GatewayAPI
2
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes API Server Audit Log:資安鑑識與追蹤人為誤操作的最後防線
探索 API Server 稽核日誌 (Audit Logging) 如何提供安全 (Security)、合規 (Compliance) 和事件響應 (Incident Response) 所需的關鍵鑑識證據。
#
網站可靠性工程
#
Kubernetes
#
SRE
3
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes API Server Audit Log:資安鑑識與追蹤人為誤操作的最後防線
探索 API Server 稽核日誌 (Audit Logging) 如何提供安全 (Security)、合規 (Compliance) 和事件響應 (Incident Response) 所需的關鍵鑑識證據。
#
網站可靠性工程
#
Kubernetes
#
SRE
3
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes NetworkPolicy 深度解析: 零信任隔離網路架構
在 Kubernetes 環境中,預設的網路配置往往是「扁平化」的,這意味著 Pods 之間可以自由通訊,帶來潛在的安全風險。本文將深入探討 NetworkPolicy 的核心機制,並透過 SRE 的角度,從零開始建構一套基於零信任 原則的網路架構,提升 Kubernetes 叢集的整體防禦能力。
#
Kubernetes
#
NetworkPolicy
#
ServiceMesh
2
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes NetworkPolicy 深度解析: 零信任隔離網路架構
在 Kubernetes 環境中,預設的網路配置往往是「扁平化」的,這意味著 Pods 之間可以自由通訊,帶來潛在的安全風險。本文將深入探討 NetworkPolicy 的核心機制,並透過 SRE 的角度,從零開始建構一套基於零信任 原則的網路架構,提升 Kubernetes 叢集的整體防禦能力。
#
Kubernetes
#
NetworkPolicy
#
ServiceMesh
2
Marcos
2025/12/05
📘〔讀書心得〕〔Site Reliability Engineering〕01 | 告別傳統維運,擁抱軟體工程化可靠性
Site Reliability Engineering 是 Google 以軟體工程思維管理系統的方法,透過自動化、50% 運維上限與錯誤預算,平衡穩定性與功能發布速度。本文聚焦第一章重點,涵蓋 SLO、監控、應急 Playbook 與容量規劃,助你有效了解 SRE 理念,打造高可用的服務。
#
SRE
#
DevOps
#
可靠性工程
8
Marcos
2025/12/05
📘〔讀書心得〕〔Site Reliability Engineering〕01 | 告別傳統維運,擁抱軟體工程化可靠性
Site Reliability Engineering 是 Google 以軟體工程思維管理系統的方法,透過自動化、50% 運維上限與錯誤預算,平衡穩定性與功能發布速度。本文聚焦第一章重點,涵蓋 SLO、監控、應急 Playbook 與容量規劃,助你有效了解 SRE 理念,打造高可用的服務。
#
SRE
#
DevOps
#
可靠性工程
8
Marcos
2024/12/21
DevOps Taiwan Meetup#65 RECAP:可觀測性 Observability
可觀測性(Observability)是現代架構中的核心能力,透過指標、日誌和分散式追蹤三大支柱,幫助開發者深入理解系統狀態並快速定位問題根源。本篇文章回顧 DevOps Taiwan Meetup 的精彩內容,解析可觀測性與監控的差異、建置流程的四大階段,以及實務應用中的工具選擇與導入時機!
#
DevOps
#
Observability
#
可觀測性
3
Marcos
2024/12/21
DevOps Taiwan Meetup#65 RECAP:可觀測性 Observability
可觀測性(Observability)是現代架構中的核心能力,透過指標、日誌和分散式追蹤三大支柱,幫助開發者深入理解系統狀態並快速定位問題根源。本篇文章回顧 DevOps Taiwan Meetup 的精彩內容,解析可觀測性與監控的差異、建置流程的四大階段,以及實務應用中的工具選擇與導入時機!
#
DevOps
#
Observability
#
可觀測性
3
Marcos
2024/12/14
2024 CKA 題幹解答紀錄
本篇文章針對 CKA 認證考試中常見的實作題目,提供詳細解題流程與指令範例。內容基於 examtopic 題目解析,幫助考生掌握實作技能與應試技巧,快速提升 Kubernetes 操作能力,為通過 CKA 考試做好萬全準備!
#
Kubernetes
#
kubernetes
#
CKA
1
Marcos
2024/12/14
2024 CKA 題幹解答紀錄
本篇文章針對 CKA 認證考試中常見的實作題目,提供詳細解題流程與指令範例。內容基於 examtopic 題目解析,幫助考生掌握實作技能與應試技巧,快速提升 Kubernetes 操作能力,為通過 CKA 考試做好萬全準備!
#
Kubernetes
#
kubernetes
#
CKA
1
Marcos
2024/09/17
我如何一年內考取 Google Cloud 所有雲端證照|Google Cloud
如何一年內考取 Google Cloud 所有雲端證照
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
19
Marcos
2024/09/17
我如何一年內考取 Google Cloud 所有雲端證照|Google Cloud
如何一年內考取 Google Cloud 所有雲端證照
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
19
Marcos
2024/09/16
Professional Data Engineer 考試/心得整理 |Google Cloud
Professional Data Engineer 考試/心得整理 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
28
Marcos
2024/09/16
Professional Data Engineer 考試/心得整理 |Google Cloud
Professional Data Engineer 考試/心得整理 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
28
Marcos
2024/09/15
Professional Machine Learning Engineer 考試心得 |Google Cloud
Professional Machine Learning Engineer 考試心得 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
30
Marcos
2024/09/15
Professional Machine Learning Engineer 考試心得 |Google Cloud
Professional Machine Learning Engineer 考試心得 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
30
Marcos
2024/07/06
Professional Google Workspace Administrator 考試/資源/心得整理
Professional Google Workspace Administrator 考試/資源/心得整理 | Google Cloud
#
GoogleCloud
#
GoogleCloudCertified
#
GoogleCloudPlatform
24
Marcos
2024/07/06
Professional Google Workspace Administrator 考試/資源/心得整理
Professional Google Workspace Administrator 考試/資源/心得整理 | Google Cloud
#
GoogleCloud
#
GoogleCloudCertified
#
GoogleCloudPlatform
24
Marcos
2024/06/22
Google Workspace Admin 常用設定/管理的整理
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
#
GoogleWorkspace
#
GoogleCloud
#
GoogleCloudPlatform
21
Marcos
2024/06/22
Google Workspace Admin 常用設定/管理的整理
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
#
GoogleWorkspace
#
GoogleCloud
#
GoogleCloudPlatform
21
Marcos
2024/06/15
Professional Cloud Database Engineer 考試/資源/心得整理|Google Cloud
Professional Cloud Database Engineer 考試/資源/心得整理 |Google Cloud
#
GCP
#
GoogleCloud
#
GoogleCloudCertified
15
Marcos
2024/06/15
Professional Cloud Database Engineer 考試/資源/心得整理|Google Cloud
Professional Cloud Database Engineer 考試/資源/心得整理 |Google Cloud
#
GCP
#
GoogleCloud
#
GoogleCloudCertified
15
Marcos
2024/06/02
使用 BigQuery 串接 Vertex AI 進行文本生成 (分析 Google Cloud 公開資料庫)
在文中將會使用 BigQuery 的 hosted remote functions 和 Vertex AI 的大型語言模型(LLM)進行文本生成(text-bison) 來分析並生成關於 GitHub 公開資料庫的摘要和程式語言識別。
#
GoogleCloud
#
GoogleCloudPlatform
#
BigQuery
4
Marcos
2024/06/02
使用 BigQuery 串接 Vertex AI 進行文本生成 (分析 Google Cloud 公開資料庫)
在文中將會使用 BigQuery 的 hosted remote functions 和 Vertex AI 的大型語言模型(LLM)進行文本生成(text-bison) 來分析並生成關於 GitHub 公開資料庫的摘要和程式語言識別。
#
GoogleCloud
#
GoogleCloudPlatform
#
BigQuery
4
Marcos
2024/05/25
GCP Certified Professional Cloud DevOps Engineer 考試/資源/心得
Google Cloud Certified Professional Cloud DevOps Engineer 考試/資源/心得
#
GCP
#
GoogleCloud
#
exam
32
Marcos
2024/05/25
GCP Certified Professional Cloud DevOps Engineer 考試/資源/心得
Google Cloud Certified Professional Cloud DevOps Engineer 考試/資源/心得
#
GCP
#
GoogleCloud
#
exam
32
Marcos
2024/05/18
使用 Cloud Functions 2nd Gen 進行流量拆分、漸進式部署和回滾版本
Cloud Run 允許您指定哪些修訂版應該接收流量,並指定不同版本接收的流量比例。Revisions 也能使您能夠回滾到先前的版本、逐步增加新版本的流量比例,或在多個修訂版之間拆分流量。
#
GoogleCloud
#
GoogleCloudPlatform
#
revisions
3
Marcos
2024/05/18
使用 Cloud Functions 2nd Gen 進行流量拆分、漸進式部署和回滾版本
Cloud Run 允許您指定哪些修訂版應該接收流量,並指定不同版本接收的流量比例。Revisions 也能使您能夠回滾到先前的版本、逐步增加新版本的流量比例,或在多個修訂版之間拆分流量。
#
GoogleCloud
#
GoogleCloudPlatform
#
revisions
3
Marcos
2024/05/11
免信用卡?免費 Google Cloud 實作學習資源-Google Cloud Arcade
Google Cloud Arcade 是一個免費、以遊戲來學習 Google Cloud 的平台,在這裡您可以透過實作的Labs 來解決主題任務和每週任務,每個月的主題任務和每週任務都會更新,充實掌握雲端技能。
#
GoogleCloud
#
GoogleCloudPlatform
#
TheArcadeGame
24
Marcos
2024/05/11
免信用卡?免費 Google Cloud 實作學習資源-Google Cloud Arcade
Google Cloud Arcade 是一個免費、以遊戲來學習 Google Cloud 的平台,在這裡您可以透過實作的Labs 來解決主題任務和每週任務,每個月的主題任務和每週任務都會更新,充實掌握雲端技能。
#
GoogleCloud
#
GoogleCloudPlatform
#
TheArcadeGame
24
加入
全部
全部
全部類型
免費與付費
最新發佈
最新發佈
Marcos
2025/12/12
〔CKS 筆記整理〕K8S Admission Control 完全攻略:從原理到 OPA Gatekeeper 範例
在 Kubernetes 的 Security Model 中,許多人誤以為只要設定好 Authentication (身分認證) 和 RBAC (權限控制),Cluster 就安全了。然而,真正決定一個 Object 能否被寫入 etcd 的關鍵檢查點,是 Admission Controller
#
Kubernetes
#
網站可靠性工程
#
OPAGatekeeper
1
Marcos
2025/12/12
〔CKS 筆記整理〕K8S Admission Control 完全攻略:從原理到 OPA Gatekeeper 範例
在 Kubernetes 的 Security Model 中,許多人誤以為只要設定好 Authentication (身分認證) 和 RBAC (權限控制),Cluster 就安全了。然而,真正決定一個 Object 能否被寫入 etcd 的關鍵檢查點,是 Admission Controller
#
Kubernetes
#
網站可靠性工程
#
OPAGatekeeper
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes Pod Security 演進與實戰指南:從 PSP 到 PSA
本文深入了解 Kubernetes Pod 安全性演進。內容涵蓋從 PSP 到 PSA 的轉變歷程、PSA 架構原理、Pod Security Standards (PSS) 安全標準解析,以及生產環境的遷移與配置實戰建議。
#
網站可靠性工程
#
Kubernetes
#
PodSecurity
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes Pod Security 演進與實戰指南:從 PSP 到 PSA
本文深入了解 Kubernetes Pod 安全性演進。內容涵蓋從 PSP 到 PSA 的轉變歷程、PSA 架構原理、Pod Security Standards (PSS) 安全標準解析,以及生產環境的遷移與配置實戰建議。
#
網站可靠性工程
#
Kubernetes
#
PodSecurity
1
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes RuntimeClass:從 CRI 演進到選擇各場景 RuntimeClas
這篇文章將帶您回顧 Kubernetes CRI 的演進歷史,理解為何我們需要 RuntimeClass,並深入解析如何在生產環境中正確配置與管理多租戶與多元業務場景。
#
Kubernetes
#
RuntimeClass
#
多租戶
2
Marcos
2025/12/11
〔CKS 筆記整理〕Kubernetes RuntimeClass:從 CRI 演進到選擇各場景 RuntimeClas
這篇文章將帶您回顧 Kubernetes CRI 的演進歷史,理解為何我們需要 RuntimeClass,並深入解析如何在生產環境中正確配置與管理多租戶與多元業務場景。
#
Kubernetes
#
RuntimeClass
#
多租戶
2
Marcos
2025/12/11
〔CKS 筆記整理〕深入 Kubernetes 資源管理:從 ResourceQuota 到 Cgroups 的運作機制
這篇文章將帶您從最上層的「多租戶治理策略」開始,一路向下挖掘,直到最底層的 Container Runtime 與 Linux Kernel Cgroups 是如何協同運作,來確保這些限制生效的。
#
Kubernetes
#
ResourceQuota
#
LimitRange
1
Marcos
2025/12/11
〔CKS 筆記整理〕深入 Kubernetes 資源管理:從 ResourceQuota 到 Cgroups 的運作機制
這篇文章將帶您從最上層的「多租戶治理策略」開始,一路向下挖掘,直到最底層的 Container Runtime 與 Linux Kernel Cgroups 是如何協同運作,來確保這些限制生效的。
#
Kubernetes
#
ResourceQuota
#
LimitRange
1
Marcos
2025/12/10
〔CKS 筆記整理〕從 Ingress 到 Gateway API:Kubernetes 流量管理架構的演進與未來
這篇文章將帶您深入探討 Kubernetes 的流量入口架構,剖析 Ingress 的設計哲學與限制,並解析下一代標準 Gateway API 如何透過「角色導向」的設計解決當前的 Ingress 架構瓶頸。
#
Kubernetes
#
CKS
#
GatewayAPI
2
Marcos
2025/12/10
〔CKS 筆記整理〕從 Ingress 到 Gateway API:Kubernetes 流量管理架構的演進與未來
這篇文章將帶您深入探討 Kubernetes 的流量入口架構,剖析 Ingress 的設計哲學與限制,並解析下一代標準 Gateway API 如何透過「角色導向」的設計解決當前的 Ingress 架構瓶頸。
#
Kubernetes
#
CKS
#
GatewayAPI
2
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes API Server Audit Log:資安鑑識與追蹤人為誤操作的最後防線
探索 API Server 稽核日誌 (Audit Logging) 如何提供安全 (Security)、合規 (Compliance) 和事件響應 (Incident Response) 所需的關鍵鑑識證據。
#
網站可靠性工程
#
Kubernetes
#
SRE
3
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes API Server Audit Log:資安鑑識與追蹤人為誤操作的最後防線
探索 API Server 稽核日誌 (Audit Logging) 如何提供安全 (Security)、合規 (Compliance) 和事件響應 (Incident Response) 所需的關鍵鑑識證據。
#
網站可靠性工程
#
Kubernetes
#
SRE
3
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes NetworkPolicy 深度解析: 零信任隔離網路架構
在 Kubernetes 環境中,預設的網路配置往往是「扁平化」的,這意味著 Pods 之間可以自由通訊,帶來潛在的安全風險。本文將深入探討 NetworkPolicy 的核心機制,並透過 SRE 的角度,從零開始建構一套基於零信任 原則的網路架構,提升 Kubernetes 叢集的整體防禦能力。
#
Kubernetes
#
NetworkPolicy
#
ServiceMesh
2
Marcos
2025/12/08
〔CKS 筆記整理〕Kubernetes NetworkPolicy 深度解析: 零信任隔離網路架構
在 Kubernetes 環境中,預設的網路配置往往是「扁平化」的,這意味著 Pods 之間可以自由通訊,帶來潛在的安全風險。本文將深入探討 NetworkPolicy 的核心機制,並透過 SRE 的角度,從零開始建構一套基於零信任 原則的網路架構,提升 Kubernetes 叢集的整體防禦能力。
#
Kubernetes
#
NetworkPolicy
#
ServiceMesh
2
Marcos
2025/12/05
📘〔讀書心得〕〔Site Reliability Engineering〕01 | 告別傳統維運,擁抱軟體工程化可靠性
Site Reliability Engineering 是 Google 以軟體工程思維管理系統的方法,透過自動化、50% 運維上限與錯誤預算,平衡穩定性與功能發布速度。本文聚焦第一章重點,涵蓋 SLO、監控、應急 Playbook 與容量規劃,助你有效了解 SRE 理念,打造高可用的服務。
#
SRE
#
DevOps
#
可靠性工程
8
Marcos
2025/12/05
📘〔讀書心得〕〔Site Reliability Engineering〕01 | 告別傳統維運,擁抱軟體工程化可靠性
Site Reliability Engineering 是 Google 以軟體工程思維管理系統的方法,透過自動化、50% 運維上限與錯誤預算,平衡穩定性與功能發布速度。本文聚焦第一章重點,涵蓋 SLO、監控、應急 Playbook 與容量規劃,助你有效了解 SRE 理念,打造高可用的服務。
#
SRE
#
DevOps
#
可靠性工程
8
Marcos
2024/12/21
DevOps Taiwan Meetup#65 RECAP:可觀測性 Observability
可觀測性(Observability)是現代架構中的核心能力,透過指標、日誌和分散式追蹤三大支柱,幫助開發者深入理解系統狀態並快速定位問題根源。本篇文章回顧 DevOps Taiwan Meetup 的精彩內容,解析可觀測性與監控的差異、建置流程的四大階段,以及實務應用中的工具選擇與導入時機!
#
DevOps
#
Observability
#
可觀測性
3
Marcos
2024/12/21
DevOps Taiwan Meetup#65 RECAP:可觀測性 Observability
可觀測性(Observability)是現代架構中的核心能力,透過指標、日誌和分散式追蹤三大支柱,幫助開發者深入理解系統狀態並快速定位問題根源。本篇文章回顧 DevOps Taiwan Meetup 的精彩內容,解析可觀測性與監控的差異、建置流程的四大階段,以及實務應用中的工具選擇與導入時機!
#
DevOps
#
Observability
#
可觀測性
3
Marcos
2024/12/14
2024 CKA 題幹解答紀錄
本篇文章針對 CKA 認證考試中常見的實作題目,提供詳細解題流程與指令範例。內容基於 examtopic 題目解析,幫助考生掌握實作技能與應試技巧,快速提升 Kubernetes 操作能力,為通過 CKA 考試做好萬全準備!
#
Kubernetes
#
kubernetes
#
CKA
1
Marcos
2024/12/14
2024 CKA 題幹解答紀錄
本篇文章針對 CKA 認證考試中常見的實作題目,提供詳細解題流程與指令範例。內容基於 examtopic 題目解析,幫助考生掌握實作技能與應試技巧,快速提升 Kubernetes 操作能力,為通過 CKA 考試做好萬全準備!
#
Kubernetes
#
kubernetes
#
CKA
1
Marcos
2024/09/17
我如何一年內考取 Google Cloud 所有雲端證照|Google Cloud
如何一年內考取 Google Cloud 所有雲端證照
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
19
Marcos
2024/09/17
我如何一年內考取 Google Cloud 所有雲端證照|Google Cloud
如何一年內考取 Google Cloud 所有雲端證照
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
19
Marcos
2024/09/16
Professional Data Engineer 考試/心得整理 |Google Cloud
Professional Data Engineer 考試/心得整理 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
28
Marcos
2024/09/16
Professional Data Engineer 考試/心得整理 |Google Cloud
Professional Data Engineer 考試/心得整理 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
28
Marcos
2024/09/15
Professional Machine Learning Engineer 考試心得 |Google Cloud
Professional Machine Learning Engineer 考試心得 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
30
Marcos
2024/09/15
Professional Machine Learning Engineer 考試心得 |Google Cloud
Professional Machine Learning Engineer 考試心得 |Google Cloud
#
GoogleCloud
#
GoogleCloudPlatform
#
GoogleCloudCertified
30
Marcos
2024/07/06
Professional Google Workspace Administrator 考試/資源/心得整理
Professional Google Workspace Administrator 考試/資源/心得整理 | Google Cloud
#
GoogleCloud
#
GoogleCloudCertified
#
GoogleCloudPlatform
24
Marcos
2024/07/06
Professional Google Workspace Administrator 考試/資源/心得整理
Professional Google Workspace Administrator 考試/資源/心得整理 | Google Cloud
#
GoogleCloud
#
GoogleCloudCertified
#
GoogleCloudPlatform
24
Marcos
2024/06/22
Google Workspace Admin 常用設定/管理的整理
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
#
GoogleWorkspace
#
GoogleCloud
#
GoogleCloudPlatform
21
Marcos
2024/06/22
Google Workspace Admin 常用設定/管理的整理
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
#
GoogleWorkspace
#
GoogleCloud
#
GoogleCloudPlatform
21
Marcos
2024/06/15
Professional Cloud Database Engineer 考試/資源/心得整理|Google Cloud
Professional Cloud Database Engineer 考試/資源/心得整理 |Google Cloud
#
GCP
#
GoogleCloud
#
GoogleCloudCertified
15
Marcos
2024/06/15
Professional Cloud Database Engineer 考試/資源/心得整理|Google Cloud
Professional Cloud Database Engineer 考試/資源/心得整理 |Google Cloud
#
GCP
#
GoogleCloud
#
GoogleCloudCertified
15
Marcos
2024/06/02
使用 BigQuery 串接 Vertex AI 進行文本生成 (分析 Google Cloud 公開資料庫)
在文中將會使用 BigQuery 的 hosted remote functions 和 Vertex AI 的大型語言模型(LLM)進行文本生成(text-bison) 來分析並生成關於 GitHub 公開資料庫的摘要和程式語言識別。
#
GoogleCloud
#
GoogleCloudPlatform
#
BigQuery
4
Marcos
2024/06/02
使用 BigQuery 串接 Vertex AI 進行文本生成 (分析 Google Cloud 公開資料庫)
在文中將會使用 BigQuery 的 hosted remote functions 和 Vertex AI 的大型語言模型(LLM)進行文本生成(text-bison) 來分析並生成關於 GitHub 公開資料庫的摘要和程式語言識別。
#
GoogleCloud
#
GoogleCloudPlatform
#
BigQuery
4
Marcos
2024/05/25
GCP Certified Professional Cloud DevOps Engineer 考試/資源/心得
Google Cloud Certified Professional Cloud DevOps Engineer 考試/資源/心得
#
GCP
#
GoogleCloud
#
exam
32
Marcos
2024/05/25
GCP Certified Professional Cloud DevOps Engineer 考試/資源/心得
Google Cloud Certified Professional Cloud DevOps Engineer 考試/資源/心得
#
GCP
#
GoogleCloud
#
exam
32
Marcos
2024/05/18
使用 Cloud Functions 2nd Gen 進行流量拆分、漸進式部署和回滾版本
Cloud Run 允許您指定哪些修訂版應該接收流量,並指定不同版本接收的流量比例。Revisions 也能使您能夠回滾到先前的版本、逐步增加新版本的流量比例,或在多個修訂版之間拆分流量。
#
GoogleCloud
#
GoogleCloudPlatform
#
revisions
3
Marcos
2024/05/18
使用 Cloud Functions 2nd Gen 進行流量拆分、漸進式部署和回滾版本
Cloud Run 允許您指定哪些修訂版應該接收流量,並指定不同版本接收的流量比例。Revisions 也能使您能夠回滾到先前的版本、逐步增加新版本的流量比例,或在多個修訂版之間拆分流量。
#
GoogleCloud
#
GoogleCloudPlatform
#
revisions
3
Marcos
2024/05/11
免信用卡?免費 Google Cloud 實作學習資源-Google Cloud Arcade
Google Cloud Arcade 是一個免費、以遊戲來學習 Google Cloud 的平台,在這裡您可以透過實作的Labs 來解決主題任務和每週任務,每個月的主題任務和每週任務都會更新,充實掌握雲端技能。
#
GoogleCloud
#
GoogleCloudPlatform
#
TheArcadeGame
24
Marcos
2024/05/11
免信用卡?免費 Google Cloud 實作學習資源-Google Cloud Arcade
Google Cloud Arcade 是一個免費、以遊戲來學習 Google Cloud 的平台,在這裡您可以透過實作的Labs 來解決主題任務和每週任務,每個月的主題任務和每週任務都會更新,充實掌握雲端技能。
#
GoogleCloud
#
GoogleCloudPlatform
#
TheArcadeGame
24