Tag: HTTP

  • Thumbnail for A taste of IoT device tracking

    A taste of IoT device tracking

    Last fall I worked on a demo project for IoT device tracking on AWS so I had some reading. Overview From a strategic level, as…

    Read
  • Thumbnail for GraphQL and gRPC

    GraphQL and gRPC

    Big Picture For inter-process communication at a high level, the two styles are asynchronous and synchronous styles: RPCs, built on top of TCP/UDP, are usually…

    Read
  • Thumbnail for Knative Eventing Introduction

    Knative Eventing Introduction

    In the previous post, I mentioned that Knative Serving and Knative Eventing should be seen as two different projects. The former is supposed to be…

    Read
  • Thumbnail for Knative Serving Introduction

    Knative Serving Introduction

    Background As per IBM‘s definition, Knative enables serverless workloads to run on Kubernetes clusters, and makes building and orchestrating containers with Kubernetes faster and easier.…

    Read
  • Thumbnail for Istio External Authorization via OIDC

    Istio External Authorization via OIDC

    Istio service mesh allows application developers to offload non-core features to infrastructure layer. We explored authentication and authorization with Istio in a basic lab. In…

    Read
  • Thumbnail for From Ingress to CRD: why my solution needs Istio Gateways on Kubernetes platforms

    From Ingress to CRD: why my solution needs Istio Gateways on Kubernetes platforms

    Update: also read my other article here on the different generations of ingress technologies. In my Korthweb project I was researching for the best ingress…

    Read