#kubernetes
Read more stories on Hashnode
Articles with this tag
What if there is no concept of Services in K8's? Suppose a POD is running on a IP address of 172.16.2.3 but since Pods are ephemeral in nature they...
What is POD? A pod in kubernetes is a runtime specification of a container in docker. A pod provides more declerative way of defining using YAML and...
What is Kubernetes? Kubernetes is a open source Container Orchestration platform that helps manage and orchestrate containers, which are like...