Kubernetes: Mount a file in your Pod using a ConfigMap
A tutorial on using Kubernetes ConfigMaps to mount a custom configuration file into a Pod, replacing the default one.
A tutorial on using Kubernetes ConfigMaps to mount a custom configuration file into a Pod, replacing the default one.
Explains Kubernetes Container Runtimes and the Container Runtime Interface (CRI), detailing how runtimes like containerd integrate with Kubernetes.
A tutorial on setting up a logging stack with Elasticsearch, Kibana, and Fluentd on a Kubernetes cluster for centralized log management.
Guide on configuring TLS termination using the HTTP application routing addon in Azure Kubernetes Service (AKS).
A guide demystifying Kubernetes, focusing on foundational concepts and security for beginners and security professionals.
Analyzes the evolution of hybrid cloud strategies, contrasting traditional application bursting with modern, consistent deployment models for legacy systems.
Analysis of CVE-2018-1002105, a critical Kubernetes API server vulnerability allowing privilege escalation and arbitrary backend requests.
A tutorial on using Draft to streamline building and deploying ASP.NET Core applications to Kubernetes, covering setup and commands.
A personal reflection on the first KubeCon CloudNativeCon in China, highlighting the growth of the CNCF community and open source contributions from Chinese companies.
A developer's comparison of popular video learning platforms like PluralSight, LinkedIn Learning, and others for tech skills like .NET, JavaScript, and DevOps.
A technical guide on deploying a Kubernetes cluster on Digital Ocean and securing a public endpoint with Let's Encrypt SSL certificates.
Argues that Kubernetes is often unnecessary complexity and suggests simpler container orchestration alternatives for specific use cases.
A developer shares their experience and practical tips for successfully preparing for and passing the Certified Kubernetes Administrator (CKA) exam.
A guide to deploying the EFK (Elasticsearch, Fluentd, Kibana) logging stack on Azure Kubernetes Service (AKS) using a custom Helm chart.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
A technical guide on deploying Red Hat OpenShift, an enterprise Kubernetes platform, on Microsoft Azure using ARM templates and Ansible.
Guide to gracefully releasing resources and handling shutdown signals in a .NET Core application deployed on Kubernetes.
A step-by-step tutorial on setting up a Kubernetes cluster using Ubuntu 18.04, covering provisioning, master node, and worker node configuration.
A tutorial on deploying the Istio service mesh on Azure Kubernetes Service (AKS), covering cluster creation and Istio installation.
A guide to debugging corrupted data in Kubernetes Persistent Volume Claims by attaching them to a temporary debugging pod.