Tag: load balancer

  • Thumbnail for AKS Lessons Learned 1 of 2

    AKS Lessons Learned 1 of 2

    In general, troubleshooting Kubernetes is tricky. That is because one has to get in and out of pods. I took two days to troubleshoot some…

    Read
  • Thumbnail for Service and Ingress -Traffic Management in Kubernetes

    Service and Ingress -Traffic Management in Kubernetes

    Update 2022-08 – Read my latest article on ingress traffic management. In this post we discuss the traffic management in Kubernetes, specifically on Service and…

    Read
  • Secure web application deployment

    In Nov 2020, I created OrthWeb project, a deployment of Orthanc’s server. Orthanc is a DICOM viewer and repo shipped in Docker container. In the…

    Read
  • Certified Kubernetes Administrator (CKA) Exam

    The Certified Kubernetes Administrator (CKA) exam is a hands-on session where you need to follow the instructions to configure the system in a bash terminal…

    Read
  • Basic Resource Object in Kubernetes 1 of 2

    For someone from a system administration background, it would be amazing to discover that Kubernetes provides a solution to every pain point in the traditional…

    Read
  • IPVS, iptables and kube-proxy

    This is an overview of the underlying technologies that drives load balancing. It covers LVS, Netfilter, iptables, IPVS and eventually kube-proxy. LVS (Linux Virtual Server)…

    Read