antony@notes:~$ cd kubernetes && ls
Kubernetes
94 articles · sorted by date desc
How to shutdown node in K8s
How to shutdown node in K8s
Kubernetes CPU throttling
就像我們的大腦,CPU 每次只能處理一件事。然而,與人腦不同的是,CPU 能以極高速度在不同任務間切換,因此給人一種「同時處理很多事情」的錯覺。
CKS
本篇文章為 2024 更新後的 CKS 真題,包含題目模擬與題目解答
Create a normal user with Client certificate in Kubernetes
功能:使用 OpenSSL 工具生成一個 2048 位元的 RSA 私鑰,並將其保存到文件 user2.key 中。 參數說明: genrsa:OpenSSL 的子命令,用於生成 RSA 私鑰。 -out…
Install Taroko K8s on Ubuntu 20.04
Install Taroko K8s on Ubuntu 20.04
Install AI on Taroko K8s
Install AI on Taroko K8s
OPA Gatekeeper for Kubernetes Admission Control
在開發服務的時候,我們會需要注意到服務的 驗證 (Authentication) 和 授權 (Authorization) 這兩套機制要怎麼實作,區別如下:
Setting up K3s on bonding network device
準備好一台 2 張網卡的機器 1
Understanding the Cilium
Cilium 不僅僅是一個網路解決方案;它是一個強大、現代且極具巧思的網路和安全專案,專為 Container 時代而設計。Cilium 的核心功能是為基於微服務的應用程式提供透明、高性能的網路和安全性,幫助您克服傳統網路方法的限制。
認識與實作 Kubernetes Gateway API
Gateway API is an official Kubernetes project focused on L4 and L7 routing in Kubernetes. This project represents the…