devops In recent years, DevOps has emerged as a critical discipline that merges software development (Dev) with IT operations (Ops). It aims to shorten the development lifecycle and provide continuous delivery with high software quality.
As the demand for faster development cycles and more reliable software increases, professionals in the field constantly seek tools and practices to enhance their efficiency and effectiveness.
Enter the realm of free and open-source tools – a goldmine for DevOps practitioners looking to stay ahead of the curve.
K8S 之连接异常——【集群故障】 Pod问题思考思路 Kubernetes集群中Pod一般哪些方面容易出现问题呢? Kubernetes资源配置错误:
Kubernetes 技能图谱
问题描述 问题 在高可用的k8s集群中,当Node节点挂掉,kubelet无法提供工作的时候,pod将会自动调度到其他的节点上去, 而调度到节点上
平时较多使用的是docker项目将容器运行时迁移至了containerd,这里整理下相关的操作命令 常用指令对比 ctr是containerd自
k8s namespace 无法删除记录 名字空间yaml 文件 1 2 3 4 kind: Namespace apiVersion: v1 metadata: name: kube-logging 删除卡住 1 2 $ sudo kubectl delete -f kube-logging.yaml --wait=true namespace "kube-logging" deleted # 长久的等待 强制删除(无效果) 1 sudo kubectl delete ns kube-logging --grace-period=0 --force 排查
故障描述 警告 PVC 显示创建不成功:kubectl get pvc -n efk 显示 Pending,这是由于版本太高导致的。k8sv1.20 以上版本默认禁止使用 self
引言:容器到底是什么? 当我们敲下 docker run nginx 的那一刻,一个"容器"就出现了。它看起来像虚拟机——有独立的进程树、独立的主机名、
在了解Jenkins 之前先了解一下CI&CD cicd 介绍 持续集成(Continous Intergrations) 和持续部署(Continuous Deployment
Helm 使用一种名为 charts 的包格式,一个 chart 是描述一组相关的 Kubernetes 资源的文件集合,单个 chart 可能用于部署简单的应用,比如 memcached pod,或者复杂的应用,比如一个带有 HTTP