Kubernetes Networking from Scratch: Using BGP and BIRD to Advertise Pod Routes
A technical deep dive into Kubernetes networking, explaining how to manually set up pod routing between nodes using BGP and the BIRD routing daemon.
A technical deep dive into Kubernetes networking, explaining how to manually set up pod routing between nodes using BGP and the BIRD routing daemon.
A technical guide comparing the API extension patterns of Kubernetes and Django, focusing on custom controllers and resource management.
Part 6 of a series for MSPs on managing hybrid/multi-cloud environments using Azure Arc, focusing on infrastructure monitoring and onboarding.
Part 4 of a Kubernetes for Developers series, focusing on setting up monitoring with kube-prometheus-stack, Prometheus, and Grafana.
Part 3 of a Kubernetes tutorial covering persistent volumes, StatefulSets, and autoscaling for developers.
A guide to Kubernetes autoscaling tools, covering Horizontal Pod Autoscaler (HPA), Vertical Pod Autoscaler (VPA), and Cluster Proportional Autoscaler (CPA).
A developer shares a list of their recent tech conference talks on topics like Kubernetes security, WebAssembly, and Docker.
Explores Kong Istio Gateway as a drop-in replacement for Istio's ingress, detailing its benefits for traffic control, security, and observability in service meshes.
A technical guide on creating a custom StorageClass in Azure Kubernetes Service (AKS) to provision Standard HDD managed disks for pods.
A developer evaluates alternatives to Docker Desktop for Mac after Docker's new pricing, testing for core features like volumes, ports, and Kubernetes support.
A guide to setting up Kubeflow for MLOps with GPU support in a local Kind Kubernetes cluster for development and testing.
Guide to disabling local accounts on Azure Kubernetes Service (AKS) clusters using Terraform for improved security and auditability.
A guide to hacking GPU support into the kind Kubernetes tool for local development and testing with NVIDIA hardware.
A guide to understanding and using the core Go modules (k8s.io/api and k8s.io/apimachinery) for interacting with the Kubernetes API before diving into client-go.
Guide to deploying Microsoft SQL Server containers in Azure Kubernetes Services (AKS) on Azure Stack HCI, covering persistent volume configuration.
Explains how to use Kyverno admission controllers to restrict permissions for cluster-admin users in Kubernetes, going beyond standard RBAC limitations.
A guide to calling the Kubernetes API directly using HTTP clients like curl, covering authentication, server discovery, and CRUD operations.
Explains fundamental Kubernetes API concepts like resources, kinds, and objects, focusing on structure and terminology for developers.
A speaker's report on JConf Peru 2021, covering talks on Jakarta EE, Kubernetes, and running Java workloads on Microsoft Azure.
Troubleshooting guide for Windows node issues in AKS after upgrading from Kubernetes 1.21 to 1.22, focusing on kubelet errors and resolution steps.