#kubeweek
Read more stories on Hashnode
Articles with this tag
Docker has a concept of volumes, though it is somewhat looser and less managed. A Docker volume is a directory on disk or in another container. Docker...
Service In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster. A key aim of...
Workloads A workload is an application running on Kubernetes. Whether your workload is a single component or several that work together, on Kubernetes...