
Kubernetes
文章平均质量分 50
Kubernetes
陆克和他的那些代码
程序员陆克,专注社交电商 & 内容流量,关注互联网自媒体。
展开
-
Kubernetes - Readiness probe failed: dial tcp IP:Port: connect: connection refused
Kubernetes - Readiness probe failed: dial tcp IP:Port: connect: connection refused原创 2024-04-19 10:14:07 · 1884 阅读 · 0 评论 -
Kubernetes - ConfigMap 应用场景 & 排查思路
Kubernetes - ConfigMap 应用场景 & 排查思路原创 2024-04-17 11:56:36 · 176 阅读 · 0 评论 -
Kubernetes - 查看机器节点 IP 对应的 POD 命令
Kubernetes - 查看机器节点 IP 对应的 POD 命令原创 2024-04-15 10:48:11 · 323 阅读 · 0 评论 -
Kubernetes - 如何利用 K8S 拉取私有仓库镜像
Kubernetes - 如何利用 K8S 拉取私有仓库镜像原创 2024-02-04 12:40:20 · 2281 阅读 · 0 评论 -
Kubernetes - 取消应用 ‘apply -f‘ 应用的配置
Kubernetes - 取消应用 'apply -f' 应用的配置原创 2024-02-04 12:29:32 · 706 阅读 · 0 评论 -
Kubernetes - DAEMONSET 与 DEPLOYMENT 区别
Kubernetes - DAEMONSET 与 DEPLOYMENT 区别原创 2024-02-04 12:26:06 · 596 阅读 · 0 评论 -
Kubernetes - error when creating “nginx-svc.yaml“: Ingress in version “v1“ cannot be handled as ...
Kubernetes - Error from server (BadRequest): error when creating "nginx-svc.yaml": Ingress in version "v1" cannot be handled as a Ingress: strict decoding error: unknown field "spec.rules[0].http.paths[0].backend.serviceName"原创 2024-02-04 12:17:20 · 844 阅读 · 0 评论 -
Kubernetes - Nginx-Ingress 匹配路径返回自定义字符串
Kubernetes - Nginx-Ingress 匹配路径返回自定义字符串原创 2024-02-04 10:11:23 · 761 阅读 · 0 评论 -
Kubernetes - 挂载自动创建目录(或文件夹)
Kubernetes - 挂载自动创建目录(或文件夹)原创 2024-02-02 10:20:57 · 1013 阅读 · 0 评论 -
Kubernetes - Helm 快速安装
Kubernetes - Helm 快速安装原创 2024-01-11 10:01:31 · 534 阅读 · 0 评论 -
Kubernetes - Dashboard & Kubernetes Version 版本对照
Kubernetes - Dashboard & Kubernetes Version 版本对照原创 2023-12-20 11:00:10 · 461 阅读 · 0 评论 -
Kubernetes - 超简单手把手教程手动安装 Dashboard WebUI
Kubernetes - 超简单手把手教程手动安装 Dashboard WebUI原创 2023-12-18 13:19:30 · 1349 阅读 · 0 评论 -
Kubernetes - Dashboard Token 访问登录永不过期配置
Kubernetes - Dashboard Token 访问登录永不过期配置原创 2023-12-18 12:01:33 · 1482 阅读 · 0 评论 -
Kubernetes - 一键卸载 Kubernetes-Dashboard
Kubernetes - 一键卸载 Kubernetes-Dashboard原创 2023-12-09 11:59:30 · 705 阅读 · 0 评论 -
Kubernetes - 为什么 K8S 在容器里不能调用自己?
Kubernetes - 为什么 K8S 在容器里不能调用自己?原创 2023-12-08 18:57:11 · 402 阅读 · 0 评论 -
Kubernetes - Pod 拉取镜像报错 ImagePullBackOff
Kubernetes - Pod 拉取镜像报错 ImagePullBackOff原创 2023-11-29 17:32:47 · 323 阅读 · 0 评论 -
Kubernetes - Ingress HTTP 升级 HTTPS 配置解决方案(新版本v1.21+)
Kubernetes - Ingress HTTP 升级 HTTPS 配置解决方案(新版本v1.21+)原创 2023-10-29 20:21:16 · 1092 阅读 · 0 评论 -
Kubernetes - Ingress HTTP 负载搭建部署解决方案(新版本v1.21+)
Kubernetes - Ingress HTTP 负载搭建部署解决方案(新版本v1.21+)原创 2023-10-28 20:04:13 · 834 阅读 · 0 评论 -
Kubernetes - ADD failed file not found in build context or excluded dockerignore file does not exist
Kubernetes - ADD failed file not found in build context or excluded dockerignore file does not exist原创 2023-10-27 10:50:18 · 897 阅读 · 0 评论 -
Kubernetes - 一键安装部署 K8S(附:Kubernetes Dashboard)
Kubernetes - 一键安装部署 K8S(附:Kubernetes Dashboard)原创 2023-10-23 22:32:40 · 2655 阅读 · 0 评论 -
Kubernetes - MountVolume.SetUp failed for volume “config“ : configmaps “project-name“ not found
Kubernetes - MountVolume.SetUp failed for volume "config" : configmaps "project-name" not found原创 2023-09-26 17:53:48 · 2152 阅读 · 0 评论 -
Kubernetes - Ingress HTTP 负载搭建部署解决方案
Kubernetes - Ingress HTTP 负载搭建部署解决方案原创 2023-03-16 16:52:54 · 447 阅读 · 2 评论 -
Kubernetes - CPU 单位
1核 = 1000毫核(m) 1毫核 = 1000微核(μ) 1微核 = 1000纳核(n)原创 2022-04-28 18:31:06 · 1920 阅读 · 0 评论 -
Kubernetes - 内部 IP/DNS/Port 寻址匹配讲解
K8S里有一个 namespace 命名空间概念,如图在 1 处是 namespaces 筛选的地方,2 处是我要搜索这个服务的名字,3 处是搜索的结果。问:2 个不同的 namespaces 之间的服务如何进行通信呢?答:K8S 内部自带有一套机制,就是通过自带的一个 DNS,作为连接不同 namespaces 的桥梁。这里假设:命名空间 SpaceA、SpaceB,SpaceA 里有一个服务 ServiceA、SpaceB 里有一个服务 ServiceB;ServiceA 端口.原创 2020-12-16 17:12:54 · 875 阅读 · 5 评论 -
Kubernetes - Service 端口映射暴露配置
1、首先在导航栏里选择 Service 栏2、选择一个需要暴露的服务,在【1】的位置增加一条配置项 nodePort,在【2】的位置修改 type 值即可3、【1】修改 nodePort:端口号;【2】修改 type: NodePort;修改后,点击更新即可,如图Ps:注意这里的端口号属于 Linux 系统的端口号,因为每一个 docker 类似虚拟机,里面又是一群端口号,而这里 nodePort 因为要暴露到外网,所以属于 Linux 的端口号,而且还需要去排查端口号是否被 Li.原创 2020-11-30 17:34:28 · 2714 阅读 · 0 评论 -
Kubernetes - PEM is invalid: no begin marker
ConfigBuilder.withClientKeyData()is broken in 3.1.8.withClientCertDataandwithCaCertDatawork just fine.The following code snippit shows the problem and the workaround.boolean useWorkaround = true;if (useWorkaround) { File tempWorkaroundFile ...原创 2020-11-23 11:22:16 · 1334 阅读 · 0 评论