基于公有云的DevOps
Quick guide to deploying and using Traefik 2.0 on Kubernetes Quick guide to deploying and using Traefik 2.0 on Kubernetes
本文介绍了如何在Kubernetes中部署Traefik 2.0以及如何配置路由。
2020-04-08
Change Rook Ceph filestore Change Rook Ceph filestore
By default, Rook Ceph is dynamically set to `fileStore` if a data dir is set and created on the host. This article instructs how to use `blueStore` as `storeType` in Rook Ceph.
2020-03-23
Ceph Performance Testing Ceph Performance Testing
Rook Ceph performance testing. Contrast of EC block and Replicated block.
2020-03-23
About-Rook-Ceph About-Rook-Ceph
In Kubernetes, StatefulSet is designed to address the topological and storage state of the application. And we usually need to use storage services to provide to StatefulSet to use. Ceph is a popular open source distributed storage solution. Rook can help us deploy and use Ceph in k8s.
2020-03-18
Calico Practicing-3 -- How To Configure Accessing Calico Endpoint From Outside of The Cluster Calico Practicing-3 -- How To Configure Accessing Calico Endpoint From Outside of The Cluster
Our software technology stack is mainly Java with micro-service frameworks(e.g. Spring Boot, Consul). And we're moving from VM to Kubernetes. Considering cases of putting consumer or/and registry conponents outside of the Kubernetes cluster, we have to make our network plane allows workload accessing Pod IP, Service IP from outside the Kubernetes cluster.
2020-01-19
Calico Practicing-2 -- About Calico Networking Option Calico Practicing-2 -- About Calico Networking Option
Our on-premise environment consists of several VLAN(layer 2 network), each VLAN is created by VCenter. Physically, every VLAN is based on several bare metal machines on the same floor, the bare metal machines are connected by ethernet switches. And we have several floors of bare metal machines, they're connected by ToR(Top of Rack) routers(layer 3 network).
2020-01-19
Calico Practicing-1 -- About Calico Calico Practicing-1 -- About Calico
I'm going to talk about my comprehension about Calico.
2020-01-19
在Kubernetes中如何配置Traefik作为Ingress Controller暴露服务以及如何排错 在Kubernetes中如何配置Traefik作为Ingress Controller暴露服务以及如何排错
客户的服务申请了**pingan.com**集团二级域名,并配置到应用的 ingress 中,但是访问不了。记录下排错过程。
2019-12-31