Featured Kubernetes 30 December 2018 Running a K8S Cluster in Multiple Zones on Azure with Calico and IPVS This post will explain how to deploy a kubernetes cluster in multiple zones on Azure with detailed steps, together with enabling IPVS for high performance and Calico network policy for secure network connectivity. We will explore some concepts in multiple zones cluter and show how they work as well.
Tunneling 25 May 2018 Persistent SSH Tunneling Imaging the sitaution that we need to access services behind NAT/firewall, how to achieve it? The answer is reverse SSH tunneling. Reverse SSH is
Featured Macvlan 25 May 2018 Docker Macvlan Demystify In this article, we are going to disucss a little bit about Macvlan and setup a Macvlan lab environment under Hyper-V host with 3 Ubuntu
Featured Azure 23 May 2018 Deploy a Ubuntu Based Flannel K8S Cluster in Azure with ARM Template and Kubeadm The infomation migth be outdated here as acs-engine adds support for Flannel recently with PR 2967 However, if you want to gain more control on
Azure 22 May 2018 Configure Ubuntu to Support Multiple NICs in Azure By default, in Linux, if multiple NICs are in same subnet, all traffics will route through the default NIC that usually will be eth0, if