这篇blog主要记录一下汽车维修和保养方面的总结吧。 来美国的第一辆车是2009 Camry,主要是为了方便平时买菜,图个省心买了辆二手北美神车,到这篇blog创 建的时候已经开了快3年,只能说名副其实,已经10年的车了,大毛病一个都没有。目前为止的车况我只能 ...
Docker Commit
When build docker images, sometimes we need to use some files to install some packages inside container, for example when build re ...
Python for Devops
Good description for daily use: One time I was in the ocean and a wave crashed on top of me and took my breath away as it pulled m ...
Double Level Softlink
This blog shows how double level softlink can be a good workaround for some situations. We need to link persistent data to a direc ...
Linux getfacl and setfacl Commands
Today I learn a new method to operate on permission of files and directories, usually I use chmod and chown. One thing you need to ...
Renew Driver License
我的临时驾照过期了快一周了,忘记去renew,新的驾照也没寄过来(也不知道是不是给我办的real ID?, 准备明天去DMV。仔细观察了一下,当时办事人员在我的临时驾照上写了一个Legal Presence号码(916-657-7790),应该是快过期的时候打 ...
Shell Arguments Format
When I check the cmd and entrypoint of one docker image, I see something like this: cmd: zkServer.sh start-foregroundentrypoint: / ...
Kubernetes Dashboard
//TODO: [ ] how to setup dashboard can be accessed from outside of the cluster [ ] cert things? [ ] user admission, for example: c ...
Kubernetes 进阶实战
06/12/2020, 打算下半年把K8s CKA/CKAD 证书考了,要review一下这本书。 这是最近几周看的书(中文),年初从国内带过来的。 最近的项目涉及到很多微服务架构设计的问题,和组里大佬讨论的时候发现自己有的地方理解得不太正确甚至一张白纸, ...