#kubernetes
Read more stories on Hashnode
Articles with this tag
Persistent Volumes (PV): A Persistent Volume is a piece of networked storage in a cluster that has been provisioned by an administrator or...
Kubernetes Services and Service Discovery Kubernetes Services A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster...
Kubernetes Workloads A Kubernetes Workloads is an application running in one or more Kubernetes (K8s) pods. Kubernetes Workloads refer to the...
Kubernetes Networking Kubernetes networking is the way that containers and services within a Kubernetes cluster communicate with each other. The...
Kubernetes Architecture : Pod: A group of one or more containers. the smallest unit of k8s.The container has no ip address Pod has an IP address. ...