上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: 转载: https://blog.csdn.net/chainsmoker_/article/details/124449890 ###1. nodePort 外部流量访问k8s集群中service入口的一种方式(另一种方式是LoadBalancer),即nodeIP:nodePort是提供给外部流 阅读全文
posted @ 2022-10-25 20:56 弩哥++ 阅读(135) 评论(0) 推荐(0) 编辑
摘要: ##官网 https://kubernetes.io/zh-cn/docs/concepts/overview/working-with-objects/labels/ 标签(Labels) 是附加到 Kubernetes 对象(比如 Pod)上的键值对。 标签旨在用于指定对用户有意义且相关的对象的 阅读全文
posted @ 2022-10-25 20:32 弩哥++ 阅读(398) 评论(0) 推荐(0) 编辑
摘要: Charles提供了Map功能、Rewrite功能、Breakpoints功能,都可以达到修改服务器返回内容的目的,这三者的差异是: Map Map功能适合长期的将某些请求重定向到另一个网络地址或本地文件 *Map Local功能:将请求的返回重定向到本地文件中 *Map Remote功能:将请求的 阅读全文
posted @ 2022-10-25 19:05 弩哥++ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 在kubernetes中,Pod是最小的控制单元,但是kubernetes很少直接控制Pod,一般都是通过Pod控制 器来完成的。Pod控制器用于pod的管理,确保pod资源符合预期的状态,当pod的资源出现故障时,会 尝试进行重启或重建pod 一、名称空间 主要作用是用来实现多套环境的资源隔离或者 阅读全文
posted @ 2022-10-25 19:02 弩哥++ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 三种方式 命令式对象管理 命令式对象配置 声明式对象配置 三种方式怎么使用 创建/更新资源 使用声明式对象配置 kubectl apply -f XXX.yaml 删除资源 使用命令式对象配置 kubectl delete -f XXX.yaml 查询资源 使用命令式对象管理 kubectl get 阅读全文
posted @ 2022-10-24 20:50 弩哥++ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: ##官方: https://kubernetes.io/zh-cn/docs/reference/kubectl/jsonpath/ 给的JSon { "kind": "List", "items":[ { "kind":"None", "metadata":{"name":"127.0.0.1"} 阅读全文
posted @ 2022-10-24 20:17 弩哥++ 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 一、配置文件中字段查询 #比如要写pod的yaml文件,那么我们先来查询下编写pod文件,有哪些字段可以书写 kubectl explain pod 二、示例:创建一个nginx应用 要求: 命名空间名为:test pod名称:pod-nginx nginx镜像采用最新版本:latest 容器成名为 阅读全文
posted @ 2022-10-24 19:40 弩哥++ 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 官方 https://kubernetes.io/zh-cn/docs/reference/kubectl/cheatsheet/ 阅读全文
posted @ 2022-10-24 18:33 弩哥++ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ##官方 https://kubernetes.io/zh-cn/docs/reference/glossary/?fundamental=true 阅读全文
posted @ 2022-10-24 18:32 弩哥++ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 官网地址 https://github.com/flannel-io/flannel/blob/master/Documentation/kube-flannel.yml 感觉网络这块有点复杂,抠脑壳!! 同一个节点上宿pod之间同通信 不同节点上pod之间通信等等 https://zhuanlan 阅读全文
posted @ 2022-10-21 18:29 弩哥++ 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页