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将会自动调度到其他的节点上去, 而调度到节点上
CGroups与Namespaces 摘要 了解下容器背后的两大核心技术:CGroups 和 Namespace。 CGroups 概述 CGroups 全称为 Linux Control Group,其作
介绍 Dockerfile 是一个文本文件,其内包含了一条条的 指令(Instruction),每一条指令 构建一层,因此每一条指令的内容,就是描述该层应当如何构建。
平时较多使用的是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
在了解Jenkins 之前先了解一下CI&CD cicd 介绍 持续集成(Continous Intergrations) 和持续部署(Continuous Deployment