Kubeservice博客

是非审之于己,毁誉听之于人,得失安之于数

TIPS之 Controller Manager拥塞,导致的绑定pvc的pod过慢

Controller Manager拥塞,导致的绑定pvc的pod过慢

1. 现象 线上k8s集群报警,部署带有PV/PVC的pod,pod启动完成时间长达4min+. 包括 创建PVC、创建PV,PVC变更bound状态

TIPS之 License 权益和使用规范

License 权益和使用规范

License 权益和使用规范 对于之前使用 License 不规范的点,总结blog, 进行统一学习和梳理。 licenses许可证 由 自由软件基金会与与和合规实验室进行统一维

DevOps之 Zadig使用与体验

Zadig使用与体验

Zadig使用与体验 最近了解到Zadig CI/CD 新起之秀,并对zadig进行一番体验. 功能介绍 Zadig核心是替换Jenkins的CICD套件,可

TIPS之 github action 自动统计组织/个人 活跃信息

github action 自动统计组织/个人 活跃信息

Github Action 自动统计组织/个人 活跃信息 最近用 Github Actions 玩出了花样。这里记录一下通过 Github Api 和 Github Actions 统计组织内活跃信息统计。 希望做到统计: 统计 org 下所有仓库的数据,

TIPS之 Containerd 启动缓慢问题追查

Containerd 启动缓慢问题追查

一次Containerd 启动缓慢问题追查 div.notices { margin: 2rem 0; position: relative; } div.notices p { padding: 15px; white-space: pre-wrap; display: block; margin-top: 0rem; margin-bottom: 0rem; color: #666; } div.notices p:first-child:before { position: absolute; top: 2px; color: #fff; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f06a"; left: 10px; } div.notices p:first-child:after { position: absolute;

TIPS之 repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步

repos-mirror-action github action实现不同仓库代码同步 一个用于在hub间(例如Github,Gitee)代码仓库同步的action 背景 在开源贡献的代码托管的过

FinOPS之 节点内存态统计和计算Node-metrics

节点内存态统计和计算Node-metrics

节点内存态统计和计算 Node-metrics 背景 请查看第一篇:https://kubeservice.cn/2022/11/24/k8s-crane-schedu

Golang之 golang common goroutine scheduler 定时调度引擎

Golang 通用基础库: goroutine scheduler 定时调度引擎

定时调度引擎 goroutine scheduler 背景 类似于 python schedule的伟大设计,实现golang版本的 golang scheduer模块 使用方式 package main import ( "flag" "fmt" "time" "github.com/kubeservice-stack/common/pkg/schedule" ) func ExampleTask(name string) { fmt.Println("Example Task "