Field NotesAuthentication to kube-apiserver via OIDCOptions to authenticate kubectl to OIDC kube-apiserver using vanilla Kubernetes, Azure AKS, ROSA and EKS using OIDC
Basics & StandardsOAuth 2.0 and OIDC 2 of 2This post covers OIDC's classic flow - the authorization code flow and other flows for different architectures, as well as OIDC proxy.
Product ReviewsKubernetes Platform as a Service and Red Hat OpenShiftI discuss the three layers of work related to Kubernetes, and the various OpenShift options for Kubernetes Platform as a Service.
Field NotesConnect kubectl to private Kubernetes cluster in EKS and AKSFor a Kubernetes cluster in EKS or AKS, we should keep the cluster endpoint in private subnet. We can still connect to the cluster endpoint.
Field NotesKubernetes with Multiple CPU Architectures 2 of 2 – Node and Workloadarm64 becomes popular. Here are some tips on how to host workload with multiple-cpu-architecture support on Amazon EKS cluster
Field NotesKubernetes with Multiple CPU Architectures 1 of 2 – Container ImageWhat needs to be done on the container image to support multiple CPU architectures on Kubernetes platforms.