01 2023 档案
ubuntu 非root用户启动docker
摘要:启动运行minikube minikube start --image-mirror-country='cn' 😄 minikube v1.16.0 on Ubuntu 18.04 ✨ Using the docker driver based on existing profile 👍 Sta
阅读全文
tomcat war包部署
摘要:https://vaadin.com/blog/packaging-and-deploying-spring-boot-applications-as-war-files https://help.aliyun.com/document_detail/184914.html https://www.
阅读全文
mysql导出表数据
摘要:-T 表 -B 备份数据库 -t 线程数 -r 多少行 -c 压缩输出文件 --less-locking 在InnoDB表使用最小的锁表时间 导出表结构 mydumper -h 127.0.0.1 -u root -p * -B test -t 4 -r 100000 -c --less-locki
阅读全文
jenkins 容器化调研
摘要:https://docs.ucloud.cn/uk8s/bestpractice/cicd https://www.jenkins.io/zh/blog/2018/09/14/kubernetes-and-secret-agents/ https://digitalavenue.dev/How-To
阅读全文
多云交付调研
摘要:https://access.redhat.com/zh_CN/articles/5703031 https://github.com/kubernetes/sig-release/tree/master/releases/release-1.27 https://access.redhat.com
阅读全文
k8s发布周期
摘要:https://kubernetes.io/zh-cn/releases/release/#the-release-cycle Kubernetes 目前大约每年发布三次。
阅读全文
Helm Chart 部署
摘要:https://codefresh.io/docs/docs/new-helm/helm-releases-management/ https://helm.sh/zh/docs/topics/registries/ https://helm.sh/docs/helm/helm_dependency
阅读全文