kube-apiserver审计日志记录和采集 kube-apiserver审计日志记录和采集
Kubernetes 审计功能提供了与安全相关的按时间顺序排列的记录集,记录单个用户、管理员或系统其他组件影响系统的活动顺序。它能帮助集群管理员处理以下问题: 发生了什么? 什么时候发生的? 谁触发的? 为什么发生? 在哪观察到的? 它从
2022-12-07 Joey Wang
Running Spring Boot apps as GraalVM Native Images - codecentric AG Blog Running Spring Boot apps as GraalVM Native Images - codecentric AG Blog
All those Micronaut, Quarkus.io & Co. frameworks sound great! But Spring is the undisputed forerunner in Enterprise
2021-09-03 Joey Wang
kubectl技巧之通过jsonpath截取属性 - 周国通 - 博客园 kubectl技巧之通过jsonpath截取属性 - 周国通 - 博客园
系列目录 前面一节我们介绍了使用 go-template 截取属性, go-template 功能非常强大, 可以定义变量, 使用流程控制等, 这是 jsonpath 所不具备的. 然而, jsonpth 使用的时候更为灵活. 通过上一
2021-08-21 Joey Wang
Git清理commit中历史提交的大文件 - 云+社区 - 腾讯云 Git清理commit中历史提交的大文件 - 云+社区 - 腾讯云
文章时间:2019 年 11 月 10 日 14:02:59 解决问题:清理 Git 中比较大的文件,主要针对历史记录进行清理 ps:因为 Git 可以恢复版本,所有历史提交过的较大的文件,也会被保存下来,所以我们需要……xx 嗯,你懂的
2021-08-19 Joey Wang
macbook:  The headers or library files could not be found for zlib macbook: The headers or library files could not be found for zlib
问题: python 无法安装 pillow==7.1.2 报错: The headers or library files could not be found for zlib, 解决方案# 查找 zlib.h find /Libr
2021-08-15 Joey Wang
將打包好的 Helm Chart Push 至 Nexus 將打包好的 Helm Chart Push 至 Nexus
直接 push 語法 helm nexus-push {helm repo 名稱} {helm chart} -u {帳號} -p https://blog.yowko.com/helm-push-nexus/
2021-07-29 Joey Wang
Kubernetes configuration file is group-readable Kubernetes configuration file is group-readable
chmod go-r ~/.kube/config https://github.com/helm/helm/issues/9115
2021-07-29 Joey Wang
kubernetes 删除namespace 后一直处于Terminating状态 kubernetes 删除namespace 后一直处于Terminating状态
出现无法删除的情况,是因为 kubelet 阻塞,有其他的资源在使用该 namespace,比如 CRD 等,尝试重启 kubelet,再删除该 namespace 也不好使。 在尝试以下命令强制删除也不好使: #!/usr/bin/env
2021-06-12 Joey Wang
Maven: POM files without a version in it? - SoftwareEntwicklung Beratung Schulung Maven: POM files without a version in it? - SoftwareEntwicklung Beratung Schulung
In Maven 3.2.5 a feature has been introduced to be able to define a version of a Maven project via properties ${revision
2021-05-12 Joey Wang
Adding a Static Route to macOS Adding a Static Route to macOS
Executed from Terminal sudo route -n add -net 10.0.0.0/8 x.x.x.x x.x.x.x is the IP address of the Cisco/Luxul switch wi
2021-04-22 Joey Wang
tcpdump linux抓http请求头_a18827547638的博客-CSDN博客 tcpdump linux抓http请求头_a18827547638的博客-CSDN博客
tcpdump -i eth0 port 80 -s 1024 -l -Ahttps://blog.csdn.net/a18827547638/article/details/85715580
2021-04-22 Joey Wang
jenkins反向代理配置有误问题修复 jenkins反向代理配置有误问题修复
需要一个持续集成的工具,所以部署了一个 jenkins。由于服务器上本身存在一个 nginx,所以 jenkins 我部署了反向代理,但是每次访问后台都有这样一个错误,不胜其烦。 An error message is displaye
2021-03-18 Joey Wang
1 / 3