后来还用到了Python Terraform package, 结合Python Click 以及其他custom Python package 去构造glue code. Introduction To alter a planet for the purp ...
Jenkins Quick Start
Vagrant Jenkins server git repo for testing purpose: https://github.com/chengdol/vagrant-jenkins Certified Jenkins Enginee Certifi ...
Helm Quick Start
Concepts Now, let’s understand the basic concepts of Helm: https://helm.sh/docs/intro/using_helm/ Official Document To install hel ...
Linux LPIC-1 Training
//TODO 这篇总结是来自PluralSight上的LPIC-1课程的Essential章节。 备注:2020年4月份pluralsight在搞活动,免费注册学习!这次lock down是个机会补补课。 Environment: CentOS 7 Enter ...
Java Exception
Reference: https://docs.oracle.com/javase/tutorial/essential/exceptions/definition.html Code that fails to honor the Catch or Spec ...
Java Deque
关于Deque,之前我的总结是,如果要当作Stack使用,则stick to Stack methods,比如push, pop, peek。如果当作Queue使用,则stick to Queue method,比如add/offer, poll/remove ...
Local Persistent Volume
Introduction Kubernetes 1.14: Local Persistent Volumes GA Recap: A local persistent volume represents a local disk directly-attach ...
OOP Design
OOD 可以看成是 High Level System Design 后的具体实现。 This blog is for Object Oriented Design, please revisit frequently to refresh. The note ...
Linux Commands Collect
这些都是我工作至今或多或少用到过的,单纯地陈列这些命令没什么用,关键是要在合适的场景选择合适的工具去解决问题,这里就是给自己提个醒儿,也是出于好奇统计一下自己的知识储备。 a awk (data processing and extracting), alia ...
Issue Layout
What should be the layout for a good bug ticket: <!---Please read this!Before opening a new issue, make sure to search for keyw ...