Vaibhav Karyakartevaibhavkk16.hashnode.dev路Dec 17, 2024Kubernetes Services -2 NodePortNodePort is a type of Service that exposes a pod (or set of pods) to external traffic by opening a specific port on each node in the cluster. So, NodePort Service works the same as a Cluster IP but also provides the additional feature of external acc...k8s
Unnati Guptadevunnatig.hashnode.dev路Dec 25, 2023Managing Persistent Volumes in Your Deployment 馃挜#90daysdevopsChallenge #day36 Configuration_files : https://github.com/DevUnnati/90daysdevopschallenge What is PV in Kubernetes? PV stands for Persistent Volume which means it's always available, It is a cluster-wide resource or object, used to store...10 likes路72 readsplay-with-k8s-lab
Abhijith Ganeshabhijithganesh.hashnode.dev路Jul 11, 2023How to work with MongoDB without installing it ?What is MongoDB 馃殌? MongoDB is a popular open-source document-oriented database management system (DBMS) that provides high-performance, scalable, and flexible data storage solutions. It belongs to the NoSQL (non-relational) database category and is ...MongoDB