#docker
Read more stories on Hashnode
Articles with this tag
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. ...
Step 1: Update the packet manager In the first step, we need to update the packet manager using the apt-get command in Ubuntu. This will ensure that...