06 2024 档案
摘要:https://github.com/DaoCloud/public-image-mirror 增加前缀 (推荐方式)。比如: k8s.gcr.io/coredns/coredns => m.daocloud.io/k8s.gcr.io/coredns/coredns
阅读全文
摘要:实验环境 原理 生成kube-vip静态pod配置清单 export VIP=192.168.215.200 # 我的vip是192.168.215.200 export INTERFACE=ens33 #可以用 ip a 查看接口名称 # kube-vip最新镜像为v0.8.0,但我装时无法成功,
阅读全文
摘要:using Org.BouncyCastle.Utilities.Encoders; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadin
阅读全文
摘要:https://www.cnblogs.com/shanyou/p/15556449.html https://blog.dapr.io/posts/2022/01/13/enable-dapr-with-apache-apisix-ingress-controller/ https://blog.
阅读全文
摘要:how to configure multiple domain (virtual host) and multiple virtual port # start the nginx proxy docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/
阅读全文
摘要:docker run -p 9000:9000 -p 9001:9001 --name minio -d --restart=always -e "MINIO_ACCESS_KEY=admin" -e "MINIO_SECRET_KEY=admin123456" -v /home/data:/dat
阅读全文
摘要:安装配置相关软件 安装 PowerShell 7 / Core dotnet tool install --global PowerShell 安装 Visual Studio 扩展 Microsoft Child Process Debugging Power Tool 2022 安装插件后启动
阅读全文
摘要:前提 你必须会创建aspire项目,不会的请先看微服务新体验之Aspire初体验 Aspirate (Aspir8) Aspirate 是将aspire项目发布到k8s集群的工具 安装aspirate dotnet tool install -g aspirate aspirate 初始化 切换到A
阅读全文
摘要:kubectl config get-contexts kubectl config use-context <context-name> kubectl config current-context
阅读全文