Go Enum
Posted on
记录 Go 中实现 Enum 的几种方法
Gin Middleware
Posted on
Gin 提供了友好的 middleware 接口,方便在 request 处理前后进行通用处理。
Kubernetes Context
Posted on
在 K8S 操作时,经常需要在多个 cluster/namespace/user 之间切换,为了降低命令的复杂度,K8S 命令行工具提供了 context 功能。
选中 context 后,执行kubectl xxx
命令时可以自动填充一些参数(cluster/namespace/user)。
Cookie Basic
Posted on
记录 Cookie 用法
English Scene -- Discussion
Posted on
English Scene -- Business Meetings
Posted on
YAML 格式说明
Posted on
记录常用 YAML 语法
Kubernetes常用Spec
Posted on
记录各种 Resource 类型的常用 Sepc(清单文件配置项)及常用 Describe 项。
Kubernetes常用命令
Posted on
记录 K8S 常用命令,练习命令可以用minikube, 命令参考kubectl Cheat Sheet