51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

kubesphere

kubeshpher 占用8081端口

kubeshpher 占用8081端口

厉飞雨 阅读(129) 评论(0) 赞(9)

<p>kubeshpher 的worker 节点占用了 8081</p> <p>初始化的时候部署的haproxy用于负载均衡</p> <pre><code>cat /etc/kubernetes/manifests/haproxy.yaml </code></pre> <p&g...

kubectl drain 作用

kubectl drain 作用

厉飞雨 阅读(162) 评论(0) 赞(10)

<p>首先</p> <p><a href="https://blog.csdn.net/lihongbao80/article/details/108075051">2、k8s命令(pod相关(驱逐、强制删除)、让Master当Node用、修改nodeport端口范围、修改k8sDNS、运行nslookup容器...

kubeshphere 流水线 agent 自定义 如何使用

kubeshphere 流水线 agent 自定义 如何使用

厉飞雨 阅读(131) 评论(0) 赞(7)

<p>上一篇我们记录了 kubesheher 中如何自定义 angent</p> <p>kubesphere 流水线自定义 Jenkins Agent</p> <p>首先,我们再用的时候 是每个阶段都要指定 容器的。</p> <p><img src="http://static....

node-exporter .yaml -kubeshpere 原

node-exporter .yaml -kubeshpere 原

厉飞雨 阅读(127) 评论(0) 赞(7)

<pre><code>kind: DaemonSet apiVersion: apps/v1 metadata: name: node-exporter namespace: kubesphere-monitoring-system labels: app.kubernetes.io/component: exporter a...

Kubersphere启用应用商店

Kubersphere启用应用商店

厉飞雨 阅读(120) 评论(0) 赞(8)

<h1>Kubersphere启用应用商店 {#articleContentId}</h1> <p>https://blog.csdn.net/redrose2100/article/details/128578208</p> <p>Kubersphere启用应用商店</p>

kubectl 权限控制文件-

kubectl 权限控制文件-

厉飞雨 阅读(150) 评论(0) 赞(7)

<pre><code>/root/.kube </code></pre> <p>cat config</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/5bff5768c25c36928a3ca0865...

kubectl api-resources

kubectl api-resources

厉飞雨 阅读(145) 评论(0) 赞(7)

<p><strong>kubectl api-resources</strong></p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/c6f60382ac2169218145fce6b2baba0a/c75809510c044...

切换kube-proxy的工作模式为ipvs

切换kube-proxy的工作模式为ipvs

厉飞雨 阅读(133) 评论(0) 赞(8)

<p>工作中把kube-proxy 的工作模式 更换为 ips</p> <p>svc底层是由kube-proxy实现路由规则编写的,默认基于iptables实现,生产环境中建议使用ipvs。</p> <h3>1.查看kube-proxy默认的工作模式</h3> <pre><code>...