会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Tigergao's Notes Record💻
NoBug💻
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
27
下一页
2022年9月29日
PV and PVC
摘要: 转:https://blog.csdn.net/weixin_46837396/article/details/122159306 StorageClass在静态供应模式下,这需要系统管理员需要提前准备好各种不同资源(容量)和访问模式的存储资源。但在大规模集群中会需要众多PV,如果这些PV都需要系统
阅读全文
posted @ 2022-09-29 18:59 tigergaonotes
阅读(42)
评论(0)
推荐(0)
2022年9月6日
深入理解 Kubernetes 集群内服务通信机制
摘要: 深入了解支持服务间通信的 3 个原生 K8s 对象:ClusterIP Service、DNS 和 Kube-Proxy。 据 Kubernetes 网络模型: 集群中的每个 pod 都有自己唯一的集群范围 IP 地址 所有 pod 都可以与集群内的每个 pod 通信 通信在没有 NAT 的情况下发
阅读全文
posted @ 2022-09-06 23:12 tigergaonotes
阅读(187)
评论(0)
推荐(0)
2022年9月1日
linux AWK
摘要: $ cat 1.txt ./smp_ao_stafpotl_info.log.2020-07-23-AM:2020-07-23 09:36:22,655 898582491 [WebContainer : 1] ERROR com.group.bussvc.stafpotl.service.AppL
阅读全文
posted @ 2022-09-01 23:29 tigergaonotes
阅读(17)
评论(0)
推荐(0)
IBM MQ Common Knowledge
摘要: 一个queue只能有一个channel, 一个channel可以有多个queue. REQ: request queue = sender queue, used to send message RSP: response queue = receiver queue, used to receiv
阅读全文
posted @ 2022-09-01 23:06 tigergaonotes
阅读(39)
评论(0)
推荐(0)
2022年7月29日
kubernetes网络插件对比分析(flannel、calico、weave)
摘要: https://www.toutiao.com/article/6708893686517727748/
阅读全文
posted @ 2022-07-29 14:11 tigergaonotes
阅读(130)
评论(0)
推荐(0)
Pod 与 Service 的 DNS
摘要: 介绍 Kubernetes DNS 除了在集群上调度 DNS Pod 和 Service, 还配置 kubelet 以告知各个容器使用 DNS Service 的 IP 来解析 DNS 名称。 集群中定义的每个 Service (包括 DNS 服务器自身)都被赋予一个 DNS 名称。 默认情况下,客
阅读全文
posted @ 2022-07-29 10:45 tigergaonotes
阅读(127)
评论(0)
推荐(0)
2022年7月23日
IBM MQ 修改ssl cipher
摘要: dis chl(*) where(SSLCIPH eq ' ') chltype(svrconn) alter chl(DCNL001VTM.SVRCHL.01) chltype(SVRCONN) SSLCIPH(ECDHE_RSA_AES_256_CBC_SHA384 dis chl(*) whe
阅读全文
posted @ 2022-07-23 22:32 tigergaonotes
阅读(99)
评论(0)
推荐(0)
2022年7月8日
openssl test TLS connect to K8S
摘要: openssl s_client -connect <application-name>.aa-<xft-namespace>.svc.default.bb.ape1.pre-prod.aws.cloud.aa:443 -state -cipher ECDHE-RSA-AES128-SHA -tls
阅读全文
posted @ 2022-07-08 14:35 tigergaonotes
阅读(21)
评论(0)
推荐(0)
2022年7月4日
K8S中文官档地址
摘要: https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/https://kubernetes.io/zh-cn/docs/reference/kubectl/ https://kubernetes
阅读全文
posted @ 2022-07-04 16:06 tigergaonotes
阅读(171)
评论(0)
推荐(0)
2022年7月1日
Websphere缓存问题
摘要: 一、场景: ∷∷ linux环境,通过websphere控制更新程序,但是由于业务需求,所有更新必须撤销。因此,我将对应的应用目录删除,并将备份文件重新归档;最后发现与预期效果不一样。 ∷∷ 通过反复确认代码没错,最后也做了一些其他的测试,可还是没有解决问题! 解决方案: ∷∷ 原来是因为,WebS
阅读全文
posted @ 2022-07-01 10:28 tigergaonotes
阅读(474)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
27
下一页
公告