Jorge FreitasHealth Checks in Kubernetes Part 3: Building Resilient Kubernetes Applications with Liveness and…In this third and final article of our health checks series, we will explore how Liveness and Readiness Probes work together to ensure the…1d ago1d ago
Jorge FreitasCKAD 03 — Creating and Managing Parallel Jobs in KubernetesIn Kubernetes, Jobs are used to manage batch processing tasks that run to completion. Jobs allow you to run tasks that are non-persistent…1d ago1d ago
Jorge FreitasCKAD 02 — Creating and Managing Pods in a NamespaceIn Kubernetes, managing and troubleshooting pods within namespaces is a critical skill. This article, the second in a series of exercises…2d ago2d ago
Jorge FreitasCKAD 01 — Image and Container Management in Kubernetesn Kubernetes, managing these container images — defining, building, and modifying them — is essential, especially for CKAD certification…3d ago3d ago
Jorge FreitasDeploying and Managing AKS in Azure Using BicepThis article highlights how to use Bicep for deploying AKS, focusing on the benefits of Infrastructure as Code (IaC) and how it simplifies..4d ago4d ago
Jorge FreitasImplementing Blue-Green Deployments in Kubernetes Using MinikubeThis article introduces to the Blue-Green Deployment strategy and how it can be implemented in Kubernetes. By showing how traffic can be …5d ago5d ago
Jorge FreitasTesting Rollback to a Previous Version in Kubernetes Using MinikubeThis article showcases how Kubernetes’ native rollback capabilities provide an essential layer of protection for handling failed deployments6d ago6d ago
Jorge FreitasUnderstanding Kubernetes Resilience and the Importance of Health ChecksIn distributed systems like Kubernetes, resilience is a key concept that ensures your application can recover from failures and maintain…Oct 25Oct 25
Jorge FreitasHealth Checks in Kubernetes Part 2: Managing Traffic Flow with ReadinessIn this second article of our health checks series, we will focus on Readiness Probes in Kubernetes. While a Liveness Probe ensures that an…Oct 23Oct 23
Jorge FreitasHealth Checks in Kubernetes Part 1: Managing Traffic Flow with LivenessIn this first article of our health checks series, we will explore how to implement Liveness Probes in Kubernetes. A Liveness Probe ensures…Oct 22Oct 22