Vaibhav Karyakartevaibhavkk16.hashnode.dev·Dec 16, 2024Kubernetes Services -1 ClusterIPA Service in Kubernetes is an object like a Pod, Deployment, or ConfigMap. Services are used to enable communication between Pods, whether within the same Kubernetes cluster or with external resources. In the screenshot below, you can see that we are...k8s
Malhar Kauthalemalharkauthale.hashnode.dev·Jul 27, 2024Kubernetes Architecture: A Clear and Simple Breakdown ☸️✔️What is Kubernetes ? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a framework to efficiently manage the complexities of deploying and r...Kubernetes
Avanish Singhavanishnit.hashnode.dev·Nov 8, 2023Working with Services in Kubernetes | Day 34 of | 90 Days of DevOpsWhat are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses. Services allow Pods to receive traffic from other Pods, Services, and external clients. Ser...#90daysofdevops