上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: 参考:https://blog.csdn.net/liuxianwen1990/article/details/136256490 1,把jar包复制/opt/test, cd到这个目录下 2,创建Dockerfile文件, jdk8版本 vim Dockerfile FROM openjdk:8- 阅读全文
posted @ 2024-03-26 11:27 苦逼yw 阅读(289) 评论(0) 推荐(0)
摘要: RocketMQ 介绍 RocketMQ 是一个分布式消息中间件系统,最初由阿里巴巴开发,并且后来成为 Apache 顶级项目。它支持高吞吐量、高可靠性、低延迟的消息传递,并广泛应用于分布式系统和微服务架构中。RocketMQ 在分布式消息队列中具有高可用性和可伸缩性,能够处理大规模的数据流和事件驱 阅读全文
posted @ 2024-03-20 11:39 苦逼yw 阅读(1054) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/liugp/p/16970574.html istio最重要的是istio gateway和istio VirtualService,istio VirtualService需要指定绑定哪个istio gateway 在 Kubernetes ( 阅读全文
posted @ 2024-03-18 15:26 苦逼yw 阅读(60) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/m0_51510236/article/details/132641343 nfs服务器:192.168.18.12 master:192.168.18.11 nfs动态存储只能应用在一个namespace,其他namespace可以自定义pv 1、 阅读全文
posted @ 2024-03-12 23:23 苦逼yw 阅读(446) 评论(0) 推荐(0)
摘要: 1、yaml复杂结构如下。在线转换网站 https://tool.ip138.com/yamljson/ env: - name: PROVISIONER_NAME value: k8s-sigs.io/nfs-subdir-external-provisioner - name: NFS_SERV 阅读全文
posted @ 2024-03-12 14:36 苦逼yw 阅读(32) 评论(0) 推荐(0)
摘要: 查看资源类型的信息,如版本 kubectl explain deployment 导出当前资源的 YAML 文件 kubectl get <resource> <name> -o yaml kubectl get deployment my-deployment -o yaml > my-deplo 阅读全文
posted @ 2024-02-09 14:24 苦逼yw 阅读(95) 评论(0) 推荐(0)
摘要: 1、MD5 加密安全吗?-android md5加密 (51cto.com) https://www.51cto.com/article/720824.html 2、https://blog.csdn.net/weixin_44299027/article/details/131038935 阅读全文
posted @ 2024-02-09 13:20 苦逼yw 阅读(37) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/yancool/p/16518032.html 参考:https://www.cnblogs.com/xiaonuanxin/p/17667944.html 前置条件 1、修改内核参数 vim /etc/security/limits.conf 阅读全文
posted @ 2023-12-15 09:27 苦逼yw 阅读(134) 评论(0) 推荐(0)
摘要: urls.json文件数据格式如下 [ "https://example.com/image1.jpg", "https://example.com/image2.jpg", "https://example.com/image3.jpg" ] 代码如下 import json import req 阅读全文
posted @ 2023-12-07 09:21 苦逼yw 阅读(250) 评论(0) 推荐(0)
摘要: 参考:https://zhuanlan.zhihu.com/p/566166393 1、关闭防火墙 2、安装keepalive yum install -y keepalived 3、配置监测nginx是否存活 vim /etc/keepalived/keepalived.conf ! Config 阅读全文
posted @ 2023-12-05 11:02 苦逼yw 阅读(360) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页