As we know, the IP addresses of pods and services in kubernetes are not accessible from the outside of the kubernetes cluster. In order for an application deployed in kubernetes to be reached from the outside of the kuberenetes, different… Read More
a good website about raft
Etcd is a distributed reliable key-value store, which can be used in various scenarios. These days I am trying to setup a single node Etcd cluster in kubernetes for project demo purpose. I am a little curious about how multiple… Read More