跳至內容

antony@notes:~$ cd kubernetes && ls

Kubernetes

102 articles · sorted by date desc

Kubernetes · 2024-10-26

Linux capabilities in Kubernetes

https://weiliang-ms.github.io/wl-awesome/2.%E5%AE%B9%E5%99%A8/k8s/workload/pod/Pod%E9%85%8D%E7%BD%AECAP.html

Kubernetes · 2024-10-26 ·Kubernetes

K8s Ephemeral Containers

本頁面概述了 ephemeral Containers :一種特殊類型的 Container ,可在現有 Pod 中臨時執行,以完成使用者啟動的動作,例如疑難排解。您可以使用 ephemeral containers 來檢查服務,而不是建立應用程式。

Kubernetes · 2024-10-26 ·Kubernetes

Debugging with an ephemeral debug container

當 kubectl exec 無法滿足需求時,Ephemeral containers 對於交互式排查問題非常有用,例如 container 崩潰或 container image(如 distroless images)不包含除錯工具的情況。

Kubernetes · 2024-10-13

Install K3s in Containers without k3d

內容如下 : 執行結果 : 執行結果 : 執行結果 :

Kubernetes · 2024-10-06

檢視 Event

To retrieve events related to a specific object, such as a pod or deployment, use the object's name and specify its type

Kubernetes · 2024-08-24

Enable kubectl bash completion on Alpine Linux

Enable kubectl bash completion on Alpine Linux

Kubernetes · 2024-08-24

"Get" vs "List" in K8s RBAC

"Get" vs "List" in K8s RBAC

Kubernetes · 2024-08-03

Pod LifeCycle

Create a Pod: 使用者透過 Kubectl run 或 kubectl apply -f abc.yaml 來建立 Pod。 Pending: Pod 已被 Kubernetes 叢集接受,但其中一個或多個容器尚未設定並準備好執行。這包括 Pod 等待排程的時間,以及透過網路下載 Container Images 的時間。

Kubernetes · 2024-07-27

K8s Samba CSI

Samba 就是在 Linux 中實現 Windows 的網路芳鄰,可以把 Linux 的資料夾透過網路共享給 Windows 主機

Kubernetes · 2024-07-19

在 Kubernetes 建置 bobo 企業網站應用系統

本篇文章會主要介紹,如何在 Kubernetes 搭建與設定 bobo 企業網站應用系統