antony@notes:~$ cd kubernetes && ls
Kubernetes
94 articles · sorted by date desc
Kubernetes-Objects
:::warning :::spoiler 目錄
Cluster Architecture, Installation,and Configuration
:::warning :::spoiler 目錄
Kubernetes-Cluster-build.v2
將 CNT.2022.v4.2 資料夾下的 ALP.K8S 複製到 使用者家目錄 (C:\Users\bigred\) :::spoiler 設定 VM 硬體規格 memory : 8 GB CPU : 2 C Network…
Kubernetes yaml 檔輔助器
安裝 vscode cli 的輔助器
Kubernetes Grafana
環境準備 CNT.2022.v4 K8S 叢集建置完成 以下 K8S 公設完成部署 MetalLB Ingress NGINX Controller Local Path Provisioner
Kubernetes Multi Tenancy
AuthN abbreviates AuthenticatioN: this is the process of verifying the user’s identity and decide whether she is…
Kubernetes StatefulSet
StatefulSet 中所有 Pod 的名字都會以遞增整數作為結尾(以0為起點), 因此 Pod DNS 變得容易訪問, ReplicaSet 則隨機生成 Pod 名字 。
佈署 Deployment Object Application
External IP用的是node的IP
k8s產生pods的過程
k8s叢集中,只要是能產生pod的工作機(worker node) 都會有kubelet ,負責產生pod,並告知CRI-O協助產生container,最後由runc產生container 每一個 node(m1、w1、w2) 都有…
Kubernetes (有舵手的意思)
由google公司主導與設計。 這個logo"船舵",代表這是一個航運系統,管理很大的一群船隊,而他管的船就是"Moby(application container)"。 用來維運管理application container。…