Notes
C pointers notes
Pointer is one of two things that many people just never really fully comprehend, another is recursion.
Read MoreKubernetes (K8S) 笔记
K8S 是分布式应用的编排器(orchestrator),无论是部署应用到云上还是内部(on-premise)机房,都需要打包应用,分发软件包,保证应用高可用,负载均衡流量等一系列复杂环节。K8S 提供了一层抽象,屏蔽了这些复杂且容易出错的环节,让开发者能专心开发功能,只需要改动几个参数,就能让应用运行在几万台机器上。
Read MorePostgresql 笔记
Postgresql 学习使用中的一些技巧和心得,供以后参考。
Read MoreAnsible 笔记
Ansible 作为常见的配置管理(Configuration Management)工具,相比 chef/puppet 的优势:
Read More