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…6d ago6d 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…6d ago6d 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…Oct 30Oct 30
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…Oct 29Oct 29
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..Oct 28Oct 28
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 …Oct 27Oct 27
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 deploymentsOct 26Oct 26
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