Kubernetes version 1.13.2 I believe security is an unavoidable topic in Kubernetes or OpenShift, I have encountered lots of SCCs a ...
Docker Advanced
最近看了一本书,书名是<<Docker进阶与实战>>, 这里并不是讲一些基础入门,而是在已经掌握和应用的基础上,告诉你背后的原理和技术细节。平时留意到的很多现象都在这里得到了解释,还是很值得记一下要点的。 Chapter 3 镜像 主要 ...
OpenShift Security Context Constraint
OpenShift version: 3.10 I have some doubts about Security Context Constraint (SCC) in OpenShift, for example, I give privileged SC ...
Set up Secure Docker Registry Container
现在想想,可以使用cert-manager 以及 Let’ encrypt去做,这样就不用再去配置cert trust in OS以及可以自动更新certificate~ 唉,当时完全不知道! This post is about configuring ...
Docker Registry Configure
From JFrog: A Docker repository is a hosted collection of tagged images that, together, create the file system for a container A ...
Kubernetes Commands Alias
It’s very tedious to type full command when you operate on K8s cluster, this blog is the summary of alias I adopt in daily work. P ...
Git Pull Not Clean
Sometimes after I git pull from the master branch, if I run git status, there are some files (for me it’s mainly xxx.dsx) are modi ...
Lose Connection to K8s Server
Kubernetes version 1.13.2 Server Login Failed This morning I find I lose the connection with my icp4d kubernetes server (it was go ...
Docker Registry API
How to list images and tags in the docker registory? How to delete image(layers) in docker registory? These are general demands in ...