#k8s
Read more stories on Hashnode
Articles with this tag
Scenario: You are deploying a Kubernetes-based web application on Amazon EKS that includes a database for storing user data and configurations. The...
Scenario: You’ve developed a simple web application consisting of a React frontend and a Node.js backend. You want to deploy this application using...
Upgrading a Kubernetes cluster on Amazon EKS (Elastic Kubernetes Service) involves updating both the control plane and the worker nodes to a new...
Introduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can...
🎯 Learning Objective Understand how to perform A/B testing in Kubernetes to test different versions of your application simultaneously and determine...
🎯 Learning Objective Understand how to perform blue-green deployments in Kubernetes to minimize downtime and risk during application updates. 📖...