Tag: containerization

  • Thumbnail for Workload Identity on Kubernetes 2 of 2 โ€“ EKS

    Workload Identity on Kubernetes 2 of 2 โ€“ EKS

    I discussed in my previous post on workload identity and dived into how it works in AKS (Azure Kubernetes Service). In this post I will…

    Read
  • Thumbnail for Workload Identity on Kubernetes 1 of 2 – AKS

    Workload Identity on Kubernetes 1 of 2 – AKS

    As applications are moved to the cloud, the application workload hosted on virtual machines need to interact with cloud resources. For this, we need an…

    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
  • Thumbnail for Kubernetes Storage Explained – from in-tree plugin to CSI

    Kubernetes Storage Explained – from in-tree plugin to CSI

    To support a variety of storage backend, Kubernetes abstract storage issues with several objects (volume, persistent volume, persistent volume claim, storage class) and adopts container…

    Read
  • Docker storage

    Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…

    Read
  • Docker components

    The previous post about virtualization and containerization brought up some underlying technologies which Docker build containers on, including: In this post we further discuss the…

    Read