09 2022 档案
摘要:Namespace 的概念 Linux Namespace 是kernel 的一个功能,它可以隔离一系列系统的资源,比如PID(Process ID),User ID, Network等等。一般看到这里,很多人会想到一个命令chroot,就像chroot允许把当前目录变成根目录一样(被隔离开来的),
阅读全文
摘要:方式一:关于Prometheus Operator相关的下载源码地址 https://github.com/prometheus-operator/kube-prometheus.git 方式二:关于kube-prometheus-stack相关的 helm部署 https://github.com
阅读全文
摘要:https://blog.csdn.net/qq_42761569/article/details/121969825 https://blog.csdn.net/u012206617/article/details/123879690
阅读全文
摘要:一文带你搞懂Traefik https://traefik.cn/
阅读全文
摘要:0.1、 K8s之Helm工具详解 0.2、k8s之helm入门 0.3 helm文档 https://v3.helm.sh/zh/docs/helm/ BitNami是一个开源项目,主要中间件安装使用BitNami的charts https://github.com/bitnami/charts/
阅读全文
摘要:注意步骤: 一般删除步骤为:先删pod再删pvc最后删pv 但是遇到pv始终处于“Terminating”状态,而且delete不掉 pod一直删不掉 [root@hadoop01 nacos-k8s]# kubectl get pod NAME READY STATUS RESTARTS AGE
阅读全文
摘要:etcd+coredns https://www.cnblogs.com/my-show-time/p/14657368.html
阅读全文
摘要:## 1、在当前分支下(一般是master分支),创建muscleape的本地分支分 $ git checkout -b muscleape Switched to a new branch 'muscleape' ## 2、将muscleape分支推送到远程 $ git push origin m
阅读全文
摘要:http://t.zoukankan.com/weirwei-p-14170270.html 方案一: git commit 提交新版本 git log --oneline 查看上一个版本的版本号 git reset <commitID> 或者 git reset HEAD~1 方案二: git s
阅读全文