摘要:
证书转换transfer the format of certificate from pfx to pem get the key: openssl pkcs12 -in test.crt.pfx -nocerts -nodes -out privatekey.pem get the cert: 阅读全文
摘要:
1作为server端:表明给哪个段的提供时间同步服务 vim /etc/chrony.conf # Allow NTP client access from local network.allow 10.16.81.0/25 # Serve time even if not synchronized 阅读全文
摘要:
kube api server原理p327: 总体来看,kube api server 的核心功能是提供各类kubernetes资源对象pod,rc,service等的增删改查及watch等http rest接口,成为集群各个功能模块见的数据交互和通讯的中心枢纽,是整个系统的数据总线和数据中心,除此 阅读全文