Tag
Project Description The project involves deploying a Netflix clone web application on a Kubernetes cluster, a popular container orchestratio…
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. Task-1: Create one Deployment file to …
miniKube What is minikube? minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy …