摘要:
今天又来搬文章.... There are often times when you will need to access an external service in Kubernetes but still want to use a static name. For example, you 阅读全文
摘要:
Basic Infrastructure for ELk 1.Introduction This is the first post of a 2 part series where we will set-up production grade Kubernetes logging for app 阅读全文
摘要:
简介 StatefulSet是用于管理有状态应用的负载API对象(workload API object)。 Kubernetes中ReplicaSet,Pod这些都是属于集群的工作负载,它们统称为workload API object 管理一个Pod集合的部署和伸缩,并且保证Pod具有顺序和唯一性 阅读全文
摘要:
非持久化Volume 容器中的文件和容器的声明周期一样,容器崩溃,文件就没了。Kubernetes Volume的声明周期和Pod相同,容器在Pod里面重启时,数据得以在容器重启期间保留。当然,如果Pod被删除,那么文件还是会消失的。够清楚吧 A Kubernetes volume, on the 阅读全文