Tech Reviews

Reviews of existing technologies

  • Thumbnail for Kubernetes Operator

    Kubernetes Operator

    Kubernetes has a number of tools to automate the deployment of a single workload. In previous posts, we had covered Helm and Kustomize. What are…

    Read
  • Thumbnail for Autoscaling on Kubernetes Platform

    Autoscaling on Kubernetes Platform

    Edit Post Introduction The concept of autoscaling on Kubernetes platform dates from the era where virtualization first became widespread and the overhead of provisioning a…

    Read
  • Thumbnail for Traffic Segmentation on Kubernetes Platform

    Traffic Segmentation on Kubernetes Platform

    When operating Kubernetes as a platform for multiple tenants, one of the concerns is controlling the network traffic. This is sometimes referred to as traffic…

    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
  • Thumbnail for Kubernetes Networking Solutions Overview

    Kubernetes Networking Solutions Overview

    Kubernetes networking involves a lot of details. We discuss some CNI plugins in this post. The most basic mode is kubenet. We use –network-plugin=kubenet with…

    Read