3

Part 3 — Kubernetes 完整指南(三):進階功能與生產環境實踐

深入探討 Kubernetes 進階主題,包含自動擴展、RBAC 權限管理、Network Policy、Helm 套件管理、監控告警、日誌收集、CI/CD 整合與生產環境最佳實踐,打造企業級 K8S 平台。

·75 min
4

Part 4 — FDE 面試準備指南(四):System Design 實戰

以 Google AI 工程師兼面試官的視角,完整拆解兩道 FDE 高頻系統設計題:企業知識庫 Chatbot 與 Internal AI Copilot,含 Auth、RBAC、Cache、NL2SQL 的設計決策與 trade-off

·16 min
8

Part 8 — Kubernetes Autoscaling Complete Guide (Part 8): Security, Compliance & Governance

Part 8 of the Kubernetes Autoscaling series: Complete guide to securing autoscaling infrastructure with RBAC, policy enforcement, compliance frameworks (PCI-DSS, HIPAA, SOC2), multi-tenancy patterns, audit logging, and governance best practices for enterprise Kubernetes.

·50 min
40

Part 40 — FDE 面試準備指南(四十):RKK 實戰——AI 系統的 PII 保護:假名化設計、最小存取原則與合規稽核

以系統設計視角拆解 AI 系統的 PII 保護:三個安全強化階段(POC → MVP → Enterprise)、PII 敏感度分類矩陣、假名化架構、RBAC 最小存取、Why X not Y 技術選型決策(假名化 vs 匿名化、CMEK vs 預設加密、NER+Regex vs 純規則),以及 AI 系統 PII 保護的代價與回報量化

·23 min

Auto Agent System - Part 4 - 生產化之路:Langfuse 可觀測性、Docker 瘦身與 AWS 部署

AI 系統能跑,離能上線還很遠。本篇拆解 agent_auto_system 把自己推向生產的四個關鍵決策:在 executor 這個漏斗掛上 Langfuse trace(PR #19)、用 WeasyPrint 換掉 Chromium 讓 Docker image 瘦身(PR #9)、規劃 AWS ECS Fargate 部署(PR #10),以及完整的登入與 RBAC 權限系統(PR #11)。

·22 min

Building a Centralized User Access Control System with AWS Cognito and CDK

Design and implement a production-ready centralized authentication and authorization system using AWS Cognito and CDK (TypeScript). Learn multi-tenant strategies, user pool management, RBAC/ABAC patterns, and how to integrate with multiple services and applications.

·60 min