• 2023-11-03kubenetes 报错排查
    1.报code=Unknowndesc=failedtogetsandboxip:checknetworknamespaceclosed:removenetns:unlinkat/var/run/netns/cni-2502ee8a-9f06-2a44-66c6-59e2a7a277f9:deviceorresourcebusy解决方案:seecode=Unknowndesc=failedtogetsandboxip:chec
  • 2023-08-07[Docker] Bind Mounts
    Sofarwe'vebeendealingwithself-containedcontainers.Normallythisisallyoueverwant:containersthatcanspinupandspindownasfrequentlyastheyneedto.They'reephemeral,temporary,anddisposable.Noneofthesecontainersare&qu
  • 2023-08-04【Azure K8S|AKS】进入AKS的POD中查看文件,例如PVC Volume Mounts使用情况
    问题描述在昨天的文章中,创建了Disk+PV+PVC+POD方案(https://www.cnblogs.com/lulight/p/17604441.html),那么如何进入到POD之中去查看文件呢?如PVCVolumeMounts中文件? 问题解答第一步:进入POD内部(查看文件)使用  kubectlexec-it <yourpodname>--/bin/sh