2020 Year in Review
A tech content creator's 2020 review, covering podcast episodes on cloud topics and a pandemic-inspired daily live-stream series.
A tech content creator's 2020 review, covering podcast episodes on cloud topics and a pandemic-inspired daily live-stream series.
A guide to deploying Rook NFS in a local Kubernetes cluster to create a ReadWriteMany PersistentVolume for shared storage.
Analyzes the Cloud Native ecosystem, arguing many tools solve technical problems created by adopting microservices, which primarily address organizational challenges.
Explores service discovery in Kubernetes, comparing server-side and client-side approaches and how Kubernetes combines them.
A guide to understanding and mitigating Docker Hub's rate limits on image pulls, especially in Kubernetes and CI/CD environments.
Introduces Konstraint, a tool for converting Open Policy Agent Rego policies into Gatekeeper ConstraintTemplates and Constraints to eliminate code duplication.
A guide to creating and running unit tests for Open Policy Agent (OPA) policies used in Kubernetes Gatekeeper, using the `opa` CLI.
A technical guide on containerizing Azure Functions using Docker, covering setup for .NET Core v2 and v3 with Dockerfile examples.
Introduction to using Open Policy Agent's Gatekeeper to enforce security policies in Kubernetes, including a tutorial on creating a policy.
A technical guide on deploying the Temporal workflow orchestration platform to Azure Kubernetes Service (AKS) using Pulumi and TypeScript.
A guest discusses the Cloud Family Podcast, covering the #HumansofIT movement, career progression, mentoring, and a home lab project for Kubernetes and Azure Arc.
A guide offering five practical tips and hints for using kubectl more effectively when managing and troubleshooting Kubernetes clusters.
Explains how to implement TCP-based health probes for ASP.NET Core background services running in Kubernetes, as an alternative to HTTP probes.
Announcing CloudSecDocs.com, a public collection of technical notes and cheatsheets for cloud-native technologies, DevOps, and security.
A developer shares lessons from Hacktoberfest 2020, including contributions to Azure Arc, K8Spin, and Dapr, and discusses the event's challenges.
A guide to deploying the H2O machine learning platform on Kubernetes using Helm charts to simplify complex YAML configuration.
A guide to securing HTTP-triggered Azure Functions on Kubernetes with TLS/SSL using KEDA and the NGINX Ingress Controller.
Summary of key Azure Kubernetes Service (AKS) announcements from Microsoft Ignite 2020, including new features and previews.
Explains how to implement custom admission webhooks in Azure Kubernetes Service using Azure Functions for dynamic resource control.
A technical guide for debugging in Kubernetes by identifying which pod created a specific process using the nsenter command.