2022-10-12 Kubernetes - ERROR-unable to create new content is being terminated Kubernetes Kubernetes “Namespace-kubernetes-dashboard 一直卡在 termnating,所以導致無法有效刪除.” 查看 namespace kubectl get ns 查看 kubernetes-dashboar
2022-10-12 Kubernetes - Ingress 實作測試紀錄 Kubernetes Kubernetes Docker file包製作 mkdir dockerfile/ && cd dockerfile/ vim Dockerfile #/bin/bash FRO
2022-10-10 Kubernetes - ERROR-Metric client health check failed Kubernetes Kubernetes “k8s dashboard 報錯: (404) the server could not find the requested resource” dashboard 出現以下畫面 查看 dashboard pod 的 L
2022-10-10 Kubernetes - Lens 使用指南 : 透過 IDE 管理 minikube Kubernetes Kubernetes 安装 LENS on Windows x64 LENS 官方載點 右上三條線點選 File >> Add Cluster 新增集群 回到測試機上查看 minikube 設定檔 kubectl config
2022-10-10 Kubernetes - install cri-dockerd on Linux Kubernetes Kubernetes 從cri-dockerd GitHub 頁面下載適當的二進制包 wget https://github.com/Mirantis/cri-dockerd/releases/do
2022-10-10 Kubernetes - 常見 minikube 指令 Kubernetes Kubernetes 插件列表 minikube addons list 插件啟用 minikube addons enable ADDON_NAME 插件禁用 minikube addons disable ADDON_NAME 不使用任何驅動開啟集群 m
2022-10-10 Kubernetes - 在本地端上建立 Dashboard Kubernetes Kubernetes Github Kubernetes Dashboard 這裡記錄一下安裝的過程 kubectl apply -f https://raw.githubusercontent.com/kubernetes&
2022-10-10 Kubernetes - 常見 kubectl 指令 Kubernetes Kubernetes 取得所有 Pods 的資訊 kubectl get pods -o wide 取得某 Pod 的詳細資料 kubectl describe pod <pod Name> 修改 Pods 的資訊 kubectl edit po
2022-10-06 Kubernetes - Install and Set Up kubectl on Linux Kubernetes Kubernetes CURL 官方安裝版本 (1) 在 Linux 上安裝帶有 curl 的 kubectl 二進位檔 (最新)curl -LO "https://dl.k8s.io/release/$(
2022-10-06 Kubernetes - Install kubectl on Linux by yum Kubernetes Kubernetes yum 官方安裝版本 新增yum源 cat <<EOF | sudo tee /etc/yum.repos.d/kubernetes.repo [kubernetes] name=K
2022-10-06 Kubernetes - install minikube on Linux Kubernetes Kubernetes 前置關閉 swap 註解即可 vim /etc/fstab 依賴 yum install conntrack 在 /etc/hosts 新增 hostname 127.0.0.1 localhost