#kubernetes
Read more stories on Hashnode
Articles with this tag
Project Description The project involves deploying a Django Todo app on AWS EC2 using Kubeadm Kubernetes cluster. Kubernetes Cluster helps in...
Project Description The project involves deploying a Netflix clone web application on a Kubernetes cluster, a popular container orchestration platform...
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and...
Introduction: Persistent Volumes (PVs) are like storage lockers in a Kubernetes cluster. They are physical storage resources, such as disks or NFS...
Introduction Services in Kubernetes are a way to expose your applications to other applications and users. They provide a layer of abstraction between...
Namespaces Namespaces are a way to logically isolate groups of resources within a single Kubernetes cluster. They are similar to virtual clusters but...