#k8s
Read more stories on Hashnode
Articles with this tag
🔶 What are ConfigMaps and Secrets in K8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
k8s Cluster with Nginx · 🔶 What is minikube? Minikube is an open-source tool that facilitates the sektup and management of a single-node Kubernetes...
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...
🔶 Task-1. Deployment of a Microservices Application on K8s - Do Mongo Db Deployment - Do Flask App Deployment - Connect both using Service...