#kubernetes
Read more stories on Hashnode
Articles with this tag
"A Deep Dive into Kubernetes Interviews: Q&A for Success" · 1.What is Kubernetes and why it is important? Kubernetes is an open-source container...
A Comprehensive Guide to Managing Your Deployment Storage" · 🔶 What are Persistent Volumes in K8s In Kubernetes, a Persistent Volume (PV) is a piece of...
🔶 What are ConfigMaps and Secrets in K8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
Navigating Kubernetes Services: Building Efficient Networking Solutions · 🔶 What are Services in K8s In Kubernetes, Services are objects that provide...
"Managing Kubernetes Workloads with Namespaces and Services: Best Practices" · 🔶 What are Namespaces and Services in K8s In Kubernetes, Namespaces are...
🔶 Task-1. Deployment of a Microservices Application on K8s - Do Mongo Db Deployment - Do Flask App Deployment - Connect both using Service...